Completed
Pull Request — master (#1085)
by
unknown
02:07
created
src/Providers/ConsoleServiceProvider.php 1 patch
Spacing   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -124,8 +124,7 @@
 block discarded – undo
124 124
 
125 125
         foreach (config('modules.commands', $this->commands) as $command) {
126 126
             $commands[] = Str::contains($command, $this->consoleNamespace) ?
127
-                $command :
128
-                $this->consoleNamespace  . "\\";
127
+                $command : $this->consoleNamespace."\\";
129 128
         }
130 129
 
131 130
         return $commands;
Please login to merge, or discard this patch.