Passed
Push — master ( 36678d...55de3b )
by Mahmoud
05:42
created
src/Console/Commands/PolicyMakeCommand.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -117,8 +117,8 @@  discard block
 block discarded – undo
117 117
     protected function getStub()
118 118
     {
119 119
         return $this->option('model')
120
-            ? config('fastApi.stubs_dir'). '/policy.stub'
121
-            : config('fastApi.stubs_dir'). '/policy.plain.stub';
120
+            ? config('fastApi.stubs_dir') . '/policy.stub'
121
+            : config('fastApi.stubs_dir') . '/policy.plain.stub';
122 122
     }
123 123
 
124 124
     /**
@@ -140,7 +140,7 @@  discard block
 block discarded – undo
140 140
     protected function getOptions()
141 141
     {
142 142
         return [
143
-            ['model', 'm', InputOption::VALUE_OPTIONAL, 'The model that the policy applies to'],
143
+            [ 'model', 'm', InputOption::VALUE_OPTIONAL, 'The model that the policy applies to' ],
144 144
         ];
145 145
     }
146 146
 }
Please login to merge, or discard this patch.