Fixed typo error

This commit is contained in:
William DURAND 2011-04-13 17:03:26 +02:00
commit 790cf92510

View file

@ -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')));
}
}