also reset id readers

This commit is contained in:
Christian Flothmann 2020-11-09 09:59:19 +01:00
parent b8a5e48105
commit 784bd0080d

View File

@ -279,6 +279,7 @@ abstract class DoctrineType extends AbstractType implements ResetInterface
public function reset() public function reset()
{ {
$this->idReaders = [];
$this->choiceLoaders = []; $this->choiceLoaders = [];
} }
} }