Skip to content

Commit 56573b8

Browse files
committed
also reset id readers
1 parent b83c530 commit 56573b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Form/Type/DoctrineType.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,7 @@ public function getParent()
279279

280280
public function reset()
281281
{
282+
$this->idReaders = [];
282283
$this->choiceLoaders = [];
283284
}
284285
}

0 commit comments

Comments
 (0)