Completed
Pull Request — master (#1723)
by
unknown
06:55
created
src/Commands/ModelPruneCommand.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -87,8 +87,7 @@
 block discarded – undo
87 87
                 config('modules.paths.modules'),
88 88
                 config('modules.paths.generator.model.path')
89 89
             );
90
-        }
91
-        else {
90
+        } else {
92 91
             $path = sprintf('%s/{%s}/%s',
93 92
                 config('modules.paths.modules'),
94 93
                 collect($this->argument('module'))->implode(','),
Please login to merge, or discard this patch.