|
@@ -46,8 +46,9 @@ class ModelsToArrayTransformer implements DataTransformerInterface
|
|
* ModelsToArrayTransformer constructor.
|
|
* ModelsToArrayTransformer constructor.
|
|
*
|
|
*
|
|
* @param ModelChoiceList|LazyChoiceList|ModelChoiceLoader $choiceList
|
|
* @param ModelChoiceList|LazyChoiceList|ModelChoiceLoader $choiceList
|
|
- * @param ModelManagerInterface $modelManager
|
|
|
|
|
|
+ * @param ModelManagerInterface $modelManager
|
|
* @param $class
|
|
* @param $class
|
|
|
|
+ *
|
|
* @throws RuntimeException
|
|
* @throws RuntimeException
|
|
*/
|
|
*/
|
|
public function __construct($choiceList, ModelManagerInterface $modelManager, $class)
|
|
public function __construct($choiceList, ModelManagerInterface $modelManager, $class)
|