yii2mod / yii2-settings

Persistent settings in Yii2
MIT License
102 stars 33 forks source link

Migration m161109_104201_rename_setting_table.php fails #3

Closed BBrunekreeft closed 8 years ago

BBrunekreeft commented 8 years ago

Migration m161109_104201_rename_setting_table.php fails with error message:

PHP Fatal error: Class 'app\components\Migration' not found in /path/vendor/yii2mod/yii2-settings/migrations/m161109_104201_rename_setting_table.php on line 5 PHP Fatal Error 'yii\base\ErrorException' with message 'Class 'app\components\Migration' not found'

Line 3 says: use app\components\Migration;

Shouldn't this be use yii\db\Migration;

ihorchepurnyi commented 8 years ago

Thanks Fixed by commit 2f19fa50e22a46afa3400c8259ee5ba044980775