Fixed typo error
This commit is contained in:
parent
da462aa337
commit
790cf92510
1 changed files with 1 additions and 1 deletions
|
|
@ -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')));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue