Completed
Pull Request — master (#1472)
by
unknown
09:38
created
src/Commands/ModuleMakeCommand.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -76,10 +76,10 @@
 block discarded – undo
76 76
     }
77 77
 
78 78
     /**
79
-    * Get module type .
80
-    *
81
-    * @return string
82
-    */
79
+     * Get module type .
80
+     *
81
+     * @return string
82
+     */
83 83
     private function getModuleType()
84 84
     {
85 85
         $isPlain = $this->option('plain');
Please login to merge, or discard this patch.
src/Generators/ModuleGenerator.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -428,7 +428,7 @@
 block discarded – undo
428 428
             ]+$options);
429 429
         }
430 430
         
431
-       if (GenerateConfigReader::read('model')->generate() === true) {
431
+        if (GenerateConfigReader::read('model')->generate() === true) {
432 432
             $options = [];
433 433
             $this->console->call('module:make-model', [
434 434
                     'model' => $this->getName(),
Please login to merge, or discard this patch.