Completed
Push — master ( 3f183d...10d80d )
by Marc
15:36
created
core/console/commands/CrudController.php 2 patches
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -279,7 +279,7 @@
 block discarded – undo
279 279
                 $this->getModelNameCamlized(),
280 280
                 $this->apiEndpoint,
281 281
                 $this->getDbTableShema()
282
-             ),
282
+                ),
283 283
         ];
284 284
         
285 285
         foreach ($files as $file) {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 use yii\helpers\Console;
7 7
 use yii\helpers\Inflector;
8 8
 use yii\db\TableSchema;
9
-use luya\Boot;
10 9
 use luya\helpers\FileHelper;
11 10
 
12 11
 /**
Please login to merge, or discard this patch.