Create interface GroupCenterRepositoryInterface

This commit is contained in:
2026-03-25 13:41:03 +00:00
parent 300547ad14
commit 3bc12a5469
2 changed files with 41 additions and 2 deletions

View File

@@ -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;