DDC-2704 - should initializeAllReflectionProperties
also on initializeReflection
This commit is contained in:
parent
bd667b82d9
commit
885700d38c
1 changed files with 2 additions and 0 deletions
|
@ -1009,6 +1009,8 @@ class ClassMetadataInfo implements ClassMetadata
|
|||
}
|
||||
|
||||
$this->table['name'] = $this->namingStrategy->classToTableName($this->name);
|
||||
|
||||
$this->initializeAllReflectionProperties($reflService);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue