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