@@ -169,7 +169,9 @@ |
||
| 169 | 169 | */ |
| 170 | 170 | protected function service($file, $outputFile = null) |
| 171 | 171 | { |
| 172 | - if (!file_exists($file)) throw new FileNotFoundException($file); |
|
| 172 | + if (!file_exists($file)) { |
|
| 173 | + throw new FileNotFoundException($file); |
|
| 174 | + } |
|
| 173 | 175 | if ($this->installConfigFile() == -1) { |
| 174 | 176 | return; |
| 175 | 177 | } |