Skip to content
This repository has been archived by the owner on Sep 19, 2023. It is now read-only.

Commit

Permalink
Merge pull request #32 from justcoded/develop
Browse files Browse the repository at this point in the history
Fixed existed migration after refactoring Migration to base module
  • Loading branch information
aprokopenko authored Mar 22, 2018
2 parents 2f74915 + 034ada8 commit 1fd52b5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion database/migrations/m130524_201442_create_user_table.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<?php

class m130524_201442_create_user_table extends \app\console\Migration
use app\modules\base\db\Migration;

class m130524_201442_create_user_table extends Migration
{
public function up()
{
Expand Down

0 comments on commit 1fd52b5

Please sign in to comment.