DDC-502, DDC-507 - Fix refactorings to work with Annotations Driver also
This commit is contained in:
parent
a7d07fcdba
commit
5d329d7e2c
1 changed files with 2 additions and 2 deletions
|
@ -73,8 +73,8 @@ abstract class AbstractCommand extends Command
|
|||
}
|
||||
}
|
||||
|
||||
// Retrieving ClassMetadatas
|
||||
$metadatas = $reader->getMetadatas();
|
||||
// Retrieving ClassMetadatas, autoloading required since we need access to the Reflection stuff.
|
||||
$metadatas = $reader->getMetadatas(true);
|
||||
|
||||
if ( ! empty($metadatas)) {
|
||||
// Create SchemaTool
|
||||
|
|
Loading…
Add table
Reference in a new issue