We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3ce949 commit 13e0629Copy full SHA for 13e0629
form/data_mappers.rst
@@ -149,7 +149,10 @@ method to configure the data mapper::
149
namespace App\Form\Type;
150
151
use App\Form\DataMapper\ColorMapper;
152
+ use Symfony\Component\Form\AbstractType;
153
use Symfony\Component\Form\Extension\Core\Type\IntegerType;
154
+ use Symfony\Component\Form\FormBuilderInterface;
155
+ use Symfony\Component\OptionsResolver\OptionsResolver;
156
157
final class ColorType extends AbstractType
158
{
0 commit comments