rename AppBundle to CoreBundle

This commit is contained in:
Simon Vieille 2021-03-23 21:54:24 +01:00
parent c591b2fd22
commit 8e5363c2a4

View file

@ -16,7 +16,7 @@ class PageLocator
public function __construct(ParameterBagInterface $bag)
{
$this->params = $bag->get('app');
$this->params = $bag->get('core');
$this->loadPages();
}