Completed
Pull Request — master (#1119)
by MOHAMMAD
01:43
created
src/Providers/ConsoleServiceProvider.php 1 patch
Spacing   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -117,8 +117,7 @@
 block discarded – undo
117 117
 
118 118
         foreach (config('modules.commands', $this->commands) as $command) {
119 119
             $commands[] = Str::contains($command, $this->consoleNamespace) ?
120
-                $command :
121
-                $this->consoleNamespace . "\\" . $command;
120
+                $command : $this->consoleNamespace."\\".$command;
122 121
         }
123 122
 
124 123
         return $commands;
Please login to merge, or discard this patch.