Rector corrections

This commit is contained in:
2025-09-30 16:23:27 +02:00
parent f93c7e014f
commit 74c9eb5585
2 changed files with 4 additions and 4 deletions

View File

@@ -18,7 +18,7 @@ use Doctrine\Persistence\ObjectRepository;
class InviteRepository implements ObjectRepository
{
private EntityRepository $entityRepository;
private readonly EntityRepository $entityRepository;
public function __construct(EntityManagerInterface $em)
{