Commit 5836d479 by Emil Haukeland

Update console-migrate.md

Corrected 'class' parameter
parent fad63544
......@@ -322,7 +322,7 @@ the console application's configuration file like the following,
```php
'controllerMap' => [
'migrate' => [
'class' => 'yii\console\MigrateController',
'class' => 'yii\console\controllers\MigrateController',
'migrationTable' => 'my_custom_migrate_table',
],
]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment