Skip to content

Commit 13e0629

Browse files
committed
Add missing imports in Data Mappers article
1 parent a3ce949 commit 13e0629

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)