Passed
Push — master ( 9bb89d...1caa12 )
by Gustavo
02:12
created
src/Console/Commands/Command.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
 
20 20
         $modelClass = (string) $modelClass;
21 21
 
22
-        if (! class_exists($modelClass)) {
22
+        if (!class_exists($modelClass)) {
23 23
             $message = "Model `{$modelClass}` not found.";
24 24
 
25 25
             $this->error($message);
Please login to merge, or discard this patch.