[DDC-1723] Fix missing serialitation for custom generator definition.
This commit is contained in:
parent
18e63f9cea
commit
29318e183c
1 changed files with 4 additions and 0 deletions
|
@ -752,6 +752,10 @@ class ClassMetadataInfo implements ClassMetadata
|
|||
$serialized[] = 'isReadOnly';
|
||||
}
|
||||
|
||||
if ($this->customGeneratorDefinition) {
|
||||
$serialized[] = "customGeneratorDefinition";
|
||||
}
|
||||
|
||||
return $serialized;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue