[2.0] Fixed issue with ConvertMappingTask that was missing brackets on method declaration.
This commit is contained in:
parent
6ffa75ab40
commit
64f59a7a49
@ -234,7 +234,7 @@ class ConvertMappingTask extends AbstractTask
|
||||
// If --from==database then the source is an instance of SchemaManager
|
||||
// for the current EntityMAnager
|
||||
if ($type == 'database') {
|
||||
$em = $this->getConfiguration->getAttribute('em');
|
||||
$em = $this->getConfiguration()->getAttribute('em');
|
||||
|
||||
return $em->getConnection()->getSchemaManager();
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user