@@ -5,7 +5,7 @@ |
||
| 5 | 5 | 'displayErrorDetails' => true, |
| 6 | 6 | 'addContentLengthHeader' => false, |
| 7 | 7 | 'determineRouteBeforeAppMiddleware' => true, |
| 8 | - 'debug'=>true , |
|
| 8 | + 'debug'=>true, |
|
| 9 | 9 | 'image' => [ |
| 10 | 10 | 'dir' => $APPROOT . '/public/uploads' |
| 11 | 11 | ], |
@@ -15,7 +15,7 @@ |
||
| 15 | 15 | /** |
| 16 | 16 | * @var ContainerInterface $setting |
| 17 | 17 | * |
| 18 | - */ |
|
| 18 | + */ |
|
| 19 | 19 | public function init() |
| 20 | 20 | { |
| 21 | 21 | $setting = $this->settings['app']['translation']; |