mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 13:24:25 +00:00
17 lines
597 B
YAML
17 lines
597 B
YAML
services:
|
|
_defaults:
|
|
autowire: true
|
|
autoconfigure: true
|
|
|
|
Chill\MainBundle\Notification\Mailer:
|
|
arguments:
|
|
$logger: '@Psr\Log\LoggerInterface'
|
|
$twig: '@Twig\Environment'
|
|
$mailer: '@swiftmailer.mailer.default'
|
|
# $mailerTransporter: '@swiftmailer.transport'
|
|
$router: '@Symfony\Component\Routing\RouterInterface'
|
|
$translator: '@Symfony\Component\Translation\TranslatorInterface'
|
|
$routeParameters: '%chill_main.notifications%'
|
|
|
|
Chill\MainBundle\Notification\NotificationRenderer: ~
|