Commit 4051d7c5 by Sorokin Victor

Update console-fixture.md

parent 7863a0ff
...@@ -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