@@ -118,7 +118,7 @@ |
||
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; |