@@ -69,7 +69,7 @@ |
||
| 69 | 69 | $config['modules']['gii'] = [ |
| 70 | 70 | 'class' => 'yii\gii\Module', |
| 71 | 71 | ]; |
| 72 | - $config['modules']['fixture'] = [ // Fixture generation command line. |
|
| 72 | + $config['modules']['fixture'] = [// Fixture generation command line. |
|
| 73 | 73 | 'class' => \yii\faker\FixtureController::class, |
| 74 | 74 | 'templatePath' => 'tests/fixtures/templates', |
| 75 | 75 | 'fixtureDataPath' => 'tests/fixtures/data', |