Fixed BC Layer in DoctrineChoiceLoader

in the case when the BC Layer is used $idReader is not set to the right value.
This commit is contained in:
Rootie 2016-06-30 09:10:11 +02:00 committed by Fabien Potencier
parent 0b3b0d5268
commit fbeb299273
1 changed files with 1 additions and 0 deletions

View File

@ -75,6 +75,7 @@ class DoctrineChoiceLoader implements ChoiceLoaderInterface
// form first to last argument as of 3.1
$manager = $class;
$class = $idReader;
$idReader = $objectLoader;
$objectLoader = $factory;
}