Skip to content

Commit

Permalink
adding use statement
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverryan committed Jun 28, 2015
1 parent cd329e7 commit 5c30db4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cookbook/form/data_transformers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ class::
// src/AppBundle/Form/TaskType.php

use Symfony\Component\Form\CallbackTransformer;
use Symfony\Component\Form\FormBuilderInterface;
// ...

class TaskType extends AbstractType
Expand Down

0 comments on commit 5c30db4

Please sign in to comment.