Completed
Push — master ( b5c393...f5dc40 )
by Nicolas
05:10
created
src/Commands/MakeRuleCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@
 block discarded – undo
67 67
 
68 68
         $rulePath = $this->laravel['modules']->config('paths.generator.rules');
69 69
 
70
-        return $path . $rulePath . '/' . $this->getFileName() . '.php';
70
+        return $path.$rulePath.'/'.$this->getFileName().'.php';
71 71
     }
72 72
 
73 73
     /**
Please login to merge, or discard this patch.