mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-01 04:23:49 +00:00
fix Person Repository error
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user