Completed
Push — master ( d5f30b...45dacb )
by Marcin
02:22
created
src/Models/Module.php 1 patch
Spacing   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -183,8 +183,7 @@
 block discarded – undo
183 183
     protected function hasFile($option, $pathFunction, $prefix = '')
184 184
     {
185 185
         return (bool)($this->options->has($prefix . $option) ?
186
-            $this->options->get($prefix . $option) :
187
-            $this->laravel['files']->exists($this->laravel['path.base'] .
186
+            $this->options->get($prefix . $option) : $this->laravel['files']->exists($this->laravel['path.base'] .
188 187
                 DIRECTORY_SEPARATOR . $this->$pathFunction($prefix)));
189 188
     }
190 189
 
Please login to merge, or discard this patch.