@@ -16,7 +16,7 @@ |
||
| 16 | 16 | |
| 17 | 17 | Facade::setFacadeApplication($app); |
| 18 | 18 | $settings['tracy']['path'] = ''; |
| 19 | -if($app->getContainer() instanceof Psr\Container\ContainerInterface){ |
|
| 19 | +if ($app->getContainer() instanceof Psr\Container\ContainerInterface) { |
|
| 20 | 20 | $settings = $app->getContainer()->settings; |
| 21 | 21 | } |
| 22 | 22 | |