Completed
Push — master ( 59e60c...053593 )
by Song
02:38 queued 11s
created
src/Console/ControllerCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,6 +42,6 @@
 block discarded – undo
42 42
     {
43 43
         $name = (new \ReflectionClass($this->modelName))->getShortName();
44 44
 
45
-        return $name . 'Controller';
45
+        return $name.'Controller';
46 46
     }
47 47
 }
Please login to merge, or discard this patch.