Commit 217d4169 authored by guilhermeblanco's avatar guilhermeblanco

[2.0] Small fix for GenerateProxies CLI ORM Task.

parent 2e5566f5
...@@ -79,7 +79,7 @@ class GenerateProxiesTask extends AbstractTask ...@@ -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();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment