Skip to content

Commit 803c89e

Browse files
author
Igor Chepurnoy
authored
fix namespace within migration
1 parent 406fac5 commit 803c89e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

migrations/m161109_112016_rename_user_table.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
use app\components\Migration;
3+
use yii\db\Migration;
44

55
class m161109_112016_rename_user_table extends Migration
66
{

0 commit comments

Comments
 (0)