Skip to content

Commit

Permalink
Update create_form_type_extension.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
jackdelin committed May 28, 2015
1 parent 68f51df commit 0c089ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbook/form/create_form_type_extension.rst
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ it in the view::
use Symfony\Component\Form\FormView;
use Symfony\Component\Form\FormInterface;
use Symfony\Component\PropertyAccess\PropertyAccess;
use Symfony\Component\OptionsResolver\OptionsResolverInterface;
use Symfony\Component\OptionsResolver\OptionsResolver;

class ImageTypeExtension extends AbstractTypeExtension
{
Expand Down

0 comments on commit 0c089ec

Please sign in to comment.