Completed
Pull Request — master (#1085)
by
unknown
01:42
created
src/Providers/ConsoleServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -137,7 +137,7 @@
 block discarded – undo
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
     /**
Please login to merge, or discard this patch.