Browse Source

Renames key for consistency

Johannes 13 years ago
parent
commit
49e83a61ec
1 changed files with 1 additions and 1 deletions
  1. 1 1
      DependencyInjection/Factory/DoctrineOrmProxyFactory.php

+ 1 - 1
DependencyInjection/Factory/DoctrineOrmProxyFactory.php

@@ -10,7 +10,7 @@ class DoctrineOrmProxyFactory implements HandlerFactoryInterface
 {
     public function getConfigKey()
     {
-        return 'doctrine_orm';
+        return 'doctrine_orm_proxy';
     }
 
     public function getType(array $config)