@@ -183,8 +183,7 @@ |
||
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 |