mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2026-04-02 02:53:43 +00:00
Create interface GroupCenterRepositoryInterface
This commit is contained in:
@@ -14,9 +14,8 @@ namespace Chill\MainBundle\Repository;
|
||||
use Chill\MainBundle\Entity\GroupCenter;
|
||||
use Doctrine\ORM\EntityManagerInterface;
|
||||
use Doctrine\ORM\EntityRepository;
|
||||
use Doctrine\Persistence\ObjectRepository;
|
||||
|
||||
final readonly class GroupCenterRepository implements ObjectRepository
|
||||
final readonly class GroupCenterRepository implements GroupCenterRepositoryInterface
|
||||
{
|
||||
private EntityRepository $repository;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user