Skip to content

Commit

Permalink
Fix missing use of IssueSelectorType
Browse files Browse the repository at this point in the history
  • Loading branch information
magnetik committed May 24, 2018
1 parent 44baa5f commit c140ccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion form/data_transformers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ it's quite easy::
// src/AppBundle/Form/Type/TaskType.php
namespace AppBundle\Form\Type;

use AppBundle\Form\DataTransformer\IssueToNumberTransformer;
use AppBundle\Form\IssueSelectorType;
use Symfony\Component\Form\Extension\Core\Type\TextareaType;
// ...

Expand Down

0 comments on commit c140ccc

Please sign in to comment.