Skip to content
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.

Commit

Permalink
Auto Generate Proxy classes
Browse files Browse the repository at this point in the history
  • Loading branch information
beberlei committed Aug 26, 2013
1 parent b38fe1e commit 1e18e65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DependencyInjection/DoctrineCouchDBExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ private function loadOdmDocumentManager($documentManager, ContainerBuilder $cont
'setMetadataDriverImpl' => new Reference('doctrine_couchdb.odm.'.$documentManager['name'].'_metadata_driver'),
'setProxyDir' => '%doctrine_couchdb.odm.proxy_dir%',
'setProxyNamespace' => '%doctrine_couchdb.odm.proxy_namespace%',
#'setAutoGenerateProxyClasses' => '%doctrine_couchdb.odm.auto_generate_proxy_classes%',
'setAutoGenerateProxyClasses' => '%doctrine_couchdb.odm.auto_generate_proxy_classes%',
);
foreach ($methods as $method => $arg) {
$odmConfigDef->addMethodCall($method, array($arg));
Expand Down

0 comments on commit 1e18e65

Please sign in to comment.