@@ -28,7 +28,7 @@ |
||
28 | 28 | */ |
29 | 29 | public function index() |
30 | 30 | { |
31 | - if(false !== ($config = $this->config->loadFile('manifest', true))) { |
|
31 | + if (false !== ($config = $this->config->loadFile('manifest', true))) { |
|
32 | 32 | output()->sendPayload($config->getArrayCopy()); |
33 | 33 | } |
34 | 34 | } |