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(); }