From 790cf92510d898853d97366cd784508aa2ca6045 Mon Sep 17 00:00:00 2001 From: William DURAND Date: Wed, 13 Apr 2011 17:03:26 +0200 Subject: [PATCH] Fixed typo error --- PropelBundle.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'))); } }