fix Person Repository error

This commit is contained in:
2019-11-12 11:27:36 +01:00
parent cc48987ab3
commit 06bbf585ef
2 changed files with 6 additions and 3 deletions

View File

@@ -18,14 +18,14 @@
namespace Chill\PersonBundle\Repository;
use Doctrine\ORM\EntityRepository;
use Doctrine\ORM\QueryBuilder;
/**
* PersonRepository
*
*/
class PersonRepository extends EntityRepository
class PersonRepository extends \Chill\PersonBundle\Entity\PersonRepository
{
public function findByPhone(
string $phonenumber,