From b8e4d067cb618d396c764dd1af71f006b0ffb6fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Sun, 4 Jan 2015 22:17:15 +0100 Subject: [PATCH] Clean class from unnecessary function --- Search/PersonSearch.php | 9 --------- 1 file changed, 9 deletions(-) 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()