Skip to content

Commit

Permalink
remove use the Schema class from migration
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Chepurnoy committed Jul 25, 2016
1 parent 2f2e011 commit 2e65f6d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion migrations/m160511_085953_init.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
<?php

use yii\db\Migration;
use yii\db\Schema;

/**
* Class m160511_085953_init
*/
class m160511_085953_init extends Migration
{
public function up()
Expand Down

0 comments on commit 2e65f6d

Please sign in to comment.