Completed
Pull Request — master (#1085)
by
unknown
54:16 queued 45:25
created
src/Providers/ConsoleServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -118,7 +118,7 @@
 block discarded – undo
118 118
         $commands = [];
119 119
 
120 120
         foreach (config('modules.commands', $this->commands) as $command) {
121
-            $commands[] = $this->consoleNamespace . "\\" . $command;
121
+            $commands[] = $this->consoleNamespace."\\".$command;
122 122
         }
123 123
 
124 124
         return $commands;
Please login to merge, or discard this patch.