mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
Add extends template on repository
This commit is contained in:
parent
43c3cc26ea
commit
7f1764658a
@ -15,6 +15,9 @@ use Chill\MainBundle\Entity\Gender;
|
|||||||
use Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepository;
|
use Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepository;
|
||||||
use Doctrine\Persistence\ManagerRegistry;
|
use Doctrine\Persistence\ManagerRegistry;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @extends ServiceEntityRepository<Gender>
|
||||||
|
*/
|
||||||
class GenderRepository extends ServiceEntityRepository
|
class GenderRepository extends ServiceEntityRepository
|
||||||
{
|
{
|
||||||
public function __construct(ManagerRegistry $registry)
|
public function __construct(ManagerRegistry $registry)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user