mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2026-02-28 19:19:41 +00:00
Correct injection of services
This commit is contained in:
@@ -55,10 +55,7 @@ final class AccompanyingCourseApiController extends ApiController
|
||||
private readonly Registry $registry,
|
||||
private readonly ValidatorInterface $validator,
|
||||
private readonly AccompanyingPeriodWorkRepository $accompanyingPeriodWorkRepository,
|
||||
ManagerRegistry $managerRegistry,
|
||||
SerializerInterface $serializer,
|
||||
) {
|
||||
parent::__construct($serializer, $managerRegistry);
|
||||
}
|
||||
|
||||
public function commentApi($id, Request $request, string $_format): Response
|
||||
|
||||
Reference in New Issue
Block a user