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 51c0941 commit 07d3fb7Copy full SHA for 07d3fb7
src/BirthdayType.php
@@ -51,16 +51,6 @@ public function configureOptions(OptionsResolver $resolver)
51
*/
52
public function getParent()
53
{
54
- return 'date';
55
- }
56
-
57
- /**
58
- * Returns the name of this type.
59
- *
60
- * @return string
61
- */
62
- public function getName()
63
- {
64
- return 'birthday';
+ return 'Symfony\Component\Form\Extension\Core\Type\DateType';
65
}
66
0 commit comments