Completed
Pull Request — master (#351)
by Martin
01:58
created
src/Commands/MakePolicyCommand.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
         $policyPath = $this->laravel['modules']->config('paths.generator.policies');
69 69
 
70
-        return $path . $policyPath . '/' . $this->getFileName() . '.php';
70
+        return $path.$policyPath.'/'.$this->getFileName().'.php';
71 71
     }
72 72
 
73 73
     /**
Please login to merge, or discard this patch.