1
0
mirror of synced 2025-03-23 08:23:51 +03:00

DDC-2704 - should initializeAllReflectionProperties also on initializeReflection

This commit is contained in:
Marco Pivetta 2015-01-20 15:25:10 +01:00
parent bd667b82d9
commit 885700d38c

View File

@ -1009,6 +1009,8 @@ class ClassMetadataInfo implements ClassMetadata
}
$this->table['name'] = $this->namingStrategy->classToTableName($this->name);
$this->initializeAllReflectionProperties($reflService);
}
/**