]> Raphaël G. Git Repositories - blogbundle/commitdiff
Restore root default route
authorRaphaël Gertz <git@rapsys.eu>
Tue, 14 Oct 2025 11:22:54 +0000 (13:22 +0200)
committerRaphaël Gertz <git@rapsys.eu>
Tue, 14 Oct 2025 11:22:54 +0000 (13:22 +0200)
Controller/AbstractController.php

index 57a0ffc4c071ed17f03683493420cc3abd5b212b..fca2be926746fc610f97fe6d657fcdd72474f7db 100644 (file)
@@ -337,7 +337,7 @@ abstract class AbstractController extends BaseAbstractController implements Serv
                        'logo' => $this->config['logo'],
                        'next' => null,
                        'prev' => null,
-                       'root' => $this->router->generate($this->config['root']),
+                       'root' => $this->config['root'],
                        'title' => [
                                'page' => null,
                                'section' => null,