Skip to content

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
* Added missing "use Yii;" for migration class
  • Loading branch information
uagrace committed Jan 29, 2017
1 parent 0a0050b commit 2713a50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions migrations/m161109_092304_rename_comment_table.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

namespace yii2mod\comments\migrations;

use Yii;
use yii\db\Migration;

class m161109_092304_rename_comment_table extends Migration
Expand Down

0 comments on commit 2713a50

Please sign in to comment.