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'
Migration m161109_104201_rename_setting_table.php fails with error message:
Line 3 says:
use app\components\Migration;
Shouldn't this be
use yii\db\Migration;