remove dump

This commit is contained in:
Julien Fastré 2018-08-29 23:50:10 +02:00
parent c27329820e
commit e6c838e240

View File

@ -89,7 +89,7 @@ class PersonChoiceLoader implements ChoiceLoaderInterface
}
public function loadValuesForChoices(array $choices, $value = null)
{dump($choices);
{
$values = [];
foreach ($choices as $choice) {