Skip to content

Commit

Permalink
Removed getParent
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyholm committed Nov 9, 2017
1 parent 8b8768d commit 688446a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Form/Type/LocationType.php
Original file line number Diff line number Diff line change
Expand Up @@ -264,12 +264,4 @@ public function getName()
{
return 'location';
}

/**
* @return null|string|\Symfony\Component\Form\FormTypeInterface
*/
public function getParent()
{
return 'form';
}
}

0 comments on commit 688446a

Please sign in to comment.