[DDC-1723] Fix missing serialitation for custom generator definition.
This commit is contained in:
parent
18e63f9cea
commit
29318e183c
@ -752,6 +752,10 @@ class ClassMetadataInfo implements ClassMetadata
|
||||
$serialized[] = 'isReadOnly';
|
||||
}
|
||||
|
||||
if ($this->customGeneratorDefinition) {
|
||||
$serialized[] = "customGeneratorDefinition";
|
||||
}
|
||||
|
||||
return $serialized;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user