Fixing issue with change to ClassMetadataFactory constructor and ConvertMappingCommand.
This commit is contained in:
parent
0ba9321f06
commit
054f26c0a7
1 changed files with 2 additions and 1 deletions
|
@ -96,7 +96,8 @@ EOT
|
|||
);
|
||||
}
|
||||
|
||||
$cmf = new DisconnectedClassMetadataFactory($em);
|
||||
$cmf = new DisconnectedClassMetadataFactory();
|
||||
$cmf->setEntityManager($em);
|
||||
$metadata = $cmf->getAllMetadata();
|
||||
$metadata = MetadataFilter::filter($metadata, $input->getOption('filter'));
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue