Commit 64f59a7a authored by guilhermeblanco's avatar guilhermeblanco

[2.0] Fixed issue with ConvertMappingTask that was missing brackets on method declaration.

parent 6ffa75ab
......@@ -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 {
......
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