It's necessary to call the Propel service in the boot() method

This commit is contained in:
William DURAND 2011-01-25 21:23:03 +01:00
parent 1418f645c0
commit 9cf426e142

View file

@ -14,6 +14,8 @@ class PropelBundle extends Bundle
if (0 === strncasecmp(PHP_SAPI, 'cli', 3)) {
set_include_path($this->container->getParameter('propel.phing_path').'/classes'.PATH_SEPARATOR.get_include_path());
}
$this->container->get('propel');
}
/**