@@ -132,7 +132,7 @@ |
||
132 | 132 | } |
133 | 133 | |
134 | 134 | if ($this->applicationConfiguration->getParameter('enable_homepage')) { |
135 | - $route = new Route('/', ['_controller' => HomeAction::class,], []); |
|
135 | + $route = new Route('/', ['_controller' => HomeAction::class, ], []); |
|
136 | 136 | $routes->add('lag.admin.homepage', $route); |
137 | 137 | } |
138 | 138 | } |