We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 402886f commit 3fd00e7Copy full SHA for 3fd00e7
Form/ChoiceList/DoctrineChoiceLoader.php
@@ -75,6 +75,7 @@ public function __construct($manager, $class, $idReader = null, $objectLoader =
75
// form first to last argument as of 3.1
76
$manager = $class;
77
$class = $idReader;
78
+ $idReader = $objectLoader;
79
$objectLoader = $factory;
80
}
81
0 commit comments