Skip to content

Commit 9bb5a53

Browse files
committed
minor symfony#10781 Add missing imports in Data Mappers article (gregurco)
This PR was merged into the 3.4 branch. Discussion ---------- Add missing imports in Data Mappers article Commits ------- 13e0629 Add missing imports in Data Mappers article
2 parents db318b5 + 13e0629 commit 9bb5a53

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

form/data_mappers.rst

+3
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,10 @@ method to configure the data mapper::
149149
namespace App\Form\Type;
150150

151151
use App\Form\DataMapper\ColorMapper;
152+
use Symfony\Component\Form\AbstractType;
152153
use Symfony\Component\Form\Extension\Core\Type\IntegerType;
154+
use Symfony\Component\Form\FormBuilderInterface;
155+
use Symfony\Component\OptionsResolver\OptionsResolver;
153156

154157
final class ColorType extends AbstractType
155158
{

0 commit comments

Comments
 (0)