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
Back To Top
Search