Skip to content

Commit 07d3fb7

Browse files
ISSUE-65: Updated BirthdayType for Symfony 2.8
1 parent 51c0941 commit 07d3fb7

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

src/BirthdayType.php

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -51,16 +51,6 @@ public function configureOptions(OptionsResolver $resolver)
5151
*/
5252
public function getParent()
5353
{
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';
54+
return 'Symfony\Component\Form\Extension\Core\Type\DateType';
6555
}
6656
}

0 commit comments

Comments
 (0)