@@ -137,7 +137,7 @@ |
||
| 137 | 137 | */ |
| 138 | 138 | private function resolveCommandNamespace(string $command) |
| 139 | 139 | { |
| 140 | - return Str::contains($command, $this->consoleNamespace) ? $command : $this->consoleNamespace . "\\"; |
|
| 140 | + return Str::contains($command, $this->consoleNamespace) ? $command : $this->consoleNamespace."\\"; |
|
| 141 | 141 | } |
| 142 | 142 | |
| 143 | 143 | /** |