mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-18 01:07:37 +08:00
Merge pull request #2296 from mitalcoi/patch-2
Update console-fixture.md
This commit is contained in:
@ -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',
|
||||||
],
|
],
|
||||||
|
Reference in New Issue
Block a user