chill-bundles/config/services/notification.yaml

11 lines
277 B
YAML

services:
Chill\MainBundle\Notification\Mailer:
arguments:
- "@logger"
- "@twig"
- "@mailer"
# - "@swiftmailer.transport"
- "@router"
- "@translator"
- "%chill_main.notifications%"