Skip to content

Commit 2cecb41

Browse files
committed
minor #10936 Update data_transformers.rst (sela)
This PR was submitted for the 4.2 branch but it was merged into the 3.4 branch instead (closes #10936). Discussion ---------- Update data_transformers.rst <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- 4f8f825 Update data_transformers.rst
2 parents f01717d + 4f8f825 commit 2cecb41

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

form/data_transformers.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,7 @@ First, create the custom field type class::
344344
use AppBundle\Form\DataTransformer\IssueToNumberTransformer;
345345
use Doctrine\Common\Persistence\ObjectManager;
346346
use Symfony\Component\Form\AbstractType;
347+
use Symfony\Component\Form\Extension\Core\Type\TextType;
347348
use Symfony\Component\Form\FormBuilderInterface;
348349
use Symfony\Component\OptionsResolver\OptionsResolver;
349350

0 commit comments

Comments
 (0)