Commit b3b515b9 by Qiang Xue

Merge pull request #2660 from EmilHaukeland/patch-2

Corrected 'class' parameter
parents 203bc5ea 5836d479
...@@ -322,7 +322,7 @@ the console application's configuration file like the following, ...@@ -322,7 +322,7 @@ the console application's configuration file like the following,
```php ```php
'controllerMap' => [ 'controllerMap' => [
'migrate' => [ 'migrate' => [
'class' => 'yii\console\MigrateController', 'class' => 'yii\console\controllers\MigrateController',
'migrationTable' => 'my_custom_migrate_table', '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