skip to Main Content

Symfony Messenger Injection Doctrine – PHP

I need help for my project. I try to inject Entity Manager inside my service (SendInBlueService) call with messenger, but DependencyInjection can't find doctrine.orm.entity_manager. My test route #[Route('api/testSendInBlue', name: 'testsendinblue')] public function testMessenger(AsyncMethodService $asyncMethodService): Response { $asyncMethodService->async_low_priority( SendInBlueService::class, 'confirmationMail', […

VIEW QUESTION

Unable to resolve service for type 'System.Int32' – Asp.net

Is it possible to have interfaces with other paramaters together like here below? I do this because I have private setters and have one constructor. planning constructor (Logic) public Planning( IPlanningDAL planningDAL, IPlanningParticipantDAL planningParticipantDAL, ICategoryCollectionDAL categoryCollectionDAL, ITaskCollectionDAL taskCollectionDAL, ITaskDAL taskDAL,…

VIEW QUESTION
Back To Top
Search