Completed
Push — master ( 6eb4ef...313a9b )
by Paweł
15s queued 11s
created
config/console.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -70,11 +70,11 @@
 block discarded – undo
70 70
         'class' => 'yii\gii\Module',
71 71
     ];
72 72
     $config['modules']['fixture'] = [ // Fixture generation command line.
73
-      'class' => \yii\faker\FixtureController::class,
74
-      'templatePath' => 'tests/fixtures/templates',
75
-      'fixtureDataPath' => 'tests/fixtures/data',
76
-      'namespace' => 'app\tests\fixtures',
77
-      'count' => 10,
73
+        'class' => \yii\faker\FixtureController::class,
74
+        'templatePath' => 'tests/fixtures/templates',
75
+        'fixtureDataPath' => 'tests/fixtures/data',
76
+        'namespace' => 'app\tests\fixtures',
77
+        'count' => 10,
78 78
     ];
79 79
 }
80 80
 
Please login to merge, or discard this patch.