diff --git a/Form/Type/LocationType.php b/Form/Type/LocationType.php index 0e8b322..ed0d0e8 100644 --- a/Form/Type/LocationType.php +++ b/Form/Type/LocationType.php @@ -264,12 +264,4 @@ public function getName() { return 'location'; } - - /** - * @return null|string|\Symfony\Component\Form\FormTypeInterface - */ - public function getParent() - { - return 'form'; - } }