#AwilixResolutionError: Could not resolve 'email-sender'

1 messages · Page 1 of 1 (latest)

graceful tundra
#

Hi Max!
Please try to resolve your service using camelCase instead of kebab-case :

container.resolve(‘emailSender’)
#

Services are registered as their camel-case name. So, for example, if you have a PostService, it's registered as postService.