From 8e5363c2a4d7bd9797700dadb73be99bd4e89e92 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Tue, 23 Mar 2021 21:54:24 +0100 Subject: [PATCH] rename AppBundle to CoreBundle --- core/Site/PageLocator.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Site/PageLocator.php b/core/Site/PageLocator.php index b9cea42..bd08636 100644 --- a/core/Site/PageLocator.php +++ b/core/Site/PageLocator.php @@ -16,7 +16,7 @@ class PageLocator public function __construct(ParameterBagInterface $bag) { - $this->params = $bag->get('app'); + $this->params = $bag->get('core'); $this->loadPages(); }