1
0
mirror of synced 2025-01-18 14:31:40 +03:00

[2.0] Small fix for GenerateProxies CLI ORM Task.

This commit is contained in:
guilhermeblanco 2009-12-22 15:45:16 +00:00
parent 2e5566f574
commit 217d41698e

View File

@ -79,7 +79,7 @@ class GenerateProxiesTask extends AbstractTask
$arguments = $this->getArguments();
$printer = $this->getPrinter();
$em = $this->getConfiguration->getAttribute('em');
$em = $this->getConfiguration()->getAttribute('em');
$cmf = $em->getMetadataFactory();
$classes = $cmf->getAllMetadata();
$factory = $em->getProxyFactory();