diff --git a/Search/PersonSearch.php b/Search/PersonSearch.php index 3b7c40800..e134b8ce7 100644 --- a/Search/PersonSearch.php +++ b/Search/PersonSearch.php @@ -43,15 +43,6 @@ class PersonSearch extends AbstractSearch $this->em = $em; } - /* - * (non-PHPdoc) - * @see \Chill\MainBundle\Search\SearchInterface::getLabel() - */ - public function getLabel() - { - return 'person_default'; - } - /* * (non-PHPdoc) * @see \Chill\MainBundle\Search\SearchInterface::getOrder()