Skip to content

Commit

Permalink
[Form] Fix missing notice for deprecated type
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-grekas committed Oct 13, 2015
1 parent 8a76fd9 commit 87fdffa
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -123,6 +123,7 @@ public function configureOptions(OptionsResolver $resolver)
'delete_empty' => false,
));

$resolver->setNormalizer('type', $typeNormalizer);
$resolver->setNormalizer('options', $optionsNormalizer);
$resolver->setNormalizer('entry_options', $entryOptionsNormalizer);
}
Expand Down

0 comments on commit 87fdffa

Please sign in to comment.