1
0
Fork 0
mirror of synced 2025-04-03 13:23:37 +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(); $arguments = $this->getArguments();
$printer = $this->getPrinter(); $printer = $this->getPrinter();
$em = $this->getConfiguration->getAttribute('em'); $em = $this->getConfiguration()->getAttribute('em');
$cmf = $em->getMetadataFactory(); $cmf = $em->getMetadataFactory();
$classes = $cmf->getAllMetadata(); $classes = $cmf->getAllMetadata();
$factory = $em->getProxyFactory(); $factory = $em->getProxyFactory();