also reset id readers

This commit is contained in:
Christian Flothmann 2020-11-09 09:59:19 +01:00
parent b8a5e48105
commit 784bd0080d
1 changed files with 1 additions and 0 deletions

View File

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