@@ -117,8 +117,8 @@ discard block |
||
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 |
||
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 | } |