Skip to content

Commit 838897d

Browse files
author
Igor Chepurnoy
authored
Merge pull request #7 from philippfrenzel/patch-1
fix namespace within migration
2 parents c14a2c4 + 3a585a3 commit 838897d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

migrations/m160804_101551_drop_dateSheduled_and_dateExecuted_columns.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 m160804_101551_drop_dateSheduled_and_dateExecuted_columns extends Migration
66
{

0 commit comments

Comments
 (0)