From e033c5183a1de8c5b0067eb6120781819d9d1665 Mon Sep 17 00:00:00 2001 From: Benjamin Eberlei Date: Thu, 17 Nov 2011 22:42:50 +0100 Subject: [PATCH] Fix some Symfony\Bundle references in dbal.xml --- Resources/config/dbal.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/config/dbal.xml b/Resources/config/dbal.xml index 4b57ac3b0..caacae375 100644 --- a/Resources/config/dbal.xml +++ b/Resources/config/dbal.xml @@ -10,10 +10,10 @@ Doctrine\DBAL\Configuration Symfony\Bridge\Doctrine\DataCollector\DoctrineDataCollector Doctrine\Common\EventManager - Symfony\Bundle\DoctrineBundle\ConnectionFactory + Doctrine\Bundle\DoctrineBundle\ConnectionFactory Doctrine\DBAL\Event\Listeners\MysqlSessionInit Doctrine\DBAL\Event\Listeners\OracleSessionInit - Symfony\Bundle\DoctrineBundle\Registry + Doctrine\Bundle\DoctrineBundle\Registry