8000 adding use statement · symfony/symfony-docs@41bb907 · GitHub
[go: up one dir, main page]

Skip to content

Commit 41bb907

Browse files
committed
adding use statement
1 parent 1514fdd commit 41bb907

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cookbook/form/data_transformers.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ class::
6060
// src/AppBundle/Form/TaskType.php
6161

6262
use Symfony\Component\Form\CallbackTransformer;
63+
use Symfony\Component\Form\FormBuilderInterface;
6364
// ...
6465

6566
class TaskType extends AbstractType

0 commit comments

Comments
 (0)
0