Completed
Push — refonte ( aff19c...bdef79 )
by Arnaud
02:49 queued 31s
created
src/Routing/RoutingLoader.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -132,7 +132,7 @@
 block discarded – undo
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
         }
Please login to merge, or discard this patch.