Skip to content

Commit 2713a50

Browse files
author
uagrace
committed
Small fix
* Added missing "use Yii;" for migration class
1 parent 0a0050b commit 2713a50

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

migrations/m161109_092304_rename_comment_table.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
namespace yii2mod\comments\migrations;
44

5+
use Yii;
56
use yii\db\Migration;
67

78
class m161109_092304_rename_comment_table extends Migration

0 commit comments

Comments
 (0)