From: Raphaƫl Gertz Date: Tue, 14 Oct 2025 11:22:54 +0000 (+0200) Subject: Restore root default route X-Git-Tag: 0.0.1~13 X-Git-Url: https://git.rapsys.eu/blogbundle/commitdiff_plain/635630015b5ef3cb392955f7dffdc19d689ba29b?ds=sidebyside Restore root default route --- diff --git a/Controller/AbstractController.php b/Controller/AbstractController.php index 57a0ffc..fca2be9 100644 --- a/Controller/AbstractController.php +++ b/Controller/AbstractController.php @@ -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,