Commit b14ca5c6 by Qiang Xue

Merge pull request #2296 from mitalcoi/patch-2

Update console-fixture.md
parents cafdebb5 4051d7c5
...@@ -106,7 +106,7 @@ different migration path as follows: ...@@ -106,7 +106,7 @@ different migration path as follows:
``` ```
'controllerMap' => [ 'controllerMap' => [
'fixture' => [ 'fixture' => [
'class' => 'yii\console\FixtureController', 'class' => 'yii\console\controllers\FixtureController',
'db' => 'customDbConnectionId', 'db' => 'customDbConnectionId',
'namespace' => 'myalias\some\custom\namespace', 'namespace' => 'myalias\some\custom\namespace',
], ],
......
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