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