[2.0] Small fix for GenerateProxies CLI ORM Task.
This commit is contained in:
parent
2e5566f574
commit
217d41698e
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user