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