From f1b43450c34d7e2fa3ca851a635e270f7fe49149 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Wed, 27 Apr 2011 09:19:11 +0200 Subject: [PATCH] [DoctrineBundle] removed parameters from orm.xml as they already have default values in the Configuration class --- src/Symfony/Bundle/DoctrineBundle/Resources/config/orm.xml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/Symfony/Bundle/DoctrineBundle/Resources/config/orm.xml b/src/Symfony/Bundle/DoctrineBundle/Resources/config/orm.xml index e7913c21f7..369d2f27b1 100644 --- a/src/Symfony/Bundle/DoctrineBundle/Resources/config/orm.xml +++ b/src/Symfony/Bundle/DoctrineBundle/Resources/config/orm.xml @@ -5,16 +5,10 @@ xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd"> - default Doctrine\ORM\Configuration Doctrine\ORM\EntityManager - false - - Proxies - %kernel.cache_dir%/doctrine/orm/Proxies - Doctrine\Common\Cache\ArrayCache Doctrine\Common\Cache\ApcCache