diff --git a/PropelBundle.php b/PropelBundle.php index 1e73429..277cc3a 100644 --- a/PropelBundle.php +++ b/PropelBundle.php @@ -41,7 +41,7 @@ class PropelBundle extends Bundle \Propel::initialize(); $this->container->set('propel.connection', - \Pnfigurationropel::getConnection($this->container->getParameter('propel.dbal.default_connection'))); + \Propel::getConnection($this->container->getParameter('propel.dbal.default_connection'))); } }