diff --git a/src/Bundle/ChillDocStoreBundle/Repository/AccompanyingCourseDocumentRepository.php b/src/Bundle/ChillDocStoreBundle/Repository/AccompanyingCourseDocumentRepository.php index 7033a53c9..3590aae7f 100644 --- a/src/Bundle/ChillDocStoreBundle/Repository/AccompanyingCourseDocumentRepository.php +++ b/src/Bundle/ChillDocStoreBundle/Repository/AccompanyingCourseDocumentRepository.php @@ -23,7 +23,7 @@ class AccompanyingCourseDocumentRepository implements ObjectRepository, Associat { private readonly EntityRepository $repository; - public function __construct(private readonly EntityManagerInterface $em) + public function __construct(EntityManagerInterface $em) { $this->repository = $em->getRepository(AccompanyingCourseDocument::class); }