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 716a4f2 commit e47fa90Copy full SHA for e47fa90
cookbook/form/create_custom_field_type.rst
@@ -45,7 +45,7 @@ for form fields, which is ``<BundleName>\Form\Type``. Make sure the field extend
45
46
public function getName()
47
{
48
- return 'gender';
+ return 'app_gender';
49
}
50
51
0 commit comments