Clean class from unnecessary function

This commit is contained in:
Julien Fastré 2015-01-04 22:17:15 +01:00
parent ff3b521998
commit b8e4d067cb

View File

@ -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()