Initialize propel.configuration container parameter in order to avoid errors when the bundle isn't configured

This commit is contained in:
Kévin Gomez 2014-04-19 01:34:56 +01:00
parent e8a9e22a18
commit fb4e0019f2

View file

@ -39,6 +39,7 @@ class PropelExtension extends Extension
$logging = isset($config['logging']) && $config['logging'];
$container->setParameter('propel.logging', $logging);
$container->setParameter('propel.configuration', array());
// Load services
if (!$container->hasDefinition('propel')) {