Skip to content

Commit c140ccc

Browse files
committed
Fix missing use of IssueSelectorType
1 parent 44baa5f commit c140ccc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

form/data_transformers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ it's quite easy::
467467
// src/AppBundle/Form/Type/TaskType.php
468468
namespace AppBundle\Form\Type;
469469

470-
use AppBundle\Form\DataTransformer\IssueToNumberTransformer;
470+
use AppBundle\Form\IssueSelectorType;
471471
use Symfony\Component\Form\Extension\Core\Type\TextareaType;
472472
// ...
473473

0 commit comments

Comments
 (0)