mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 15:13:50 +00:00
Improve notifications
This commit is contained in:
10
src/Bundle/ChillMainBundle/config/services/mailer.yaml
Normal file
10
src/Bundle/ChillMainBundle/config/services/mailer.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
services:
|
||||
_defaults:
|
||||
autowire: true
|
||||
autoconfigure: true
|
||||
|
||||
Chill\MainBundle\Service\Mailer\:
|
||||
resource: '../../Service/Mailer'
|
||||
|
||||
Chill\MainBundle\Service\Mailer\ChillMailer:
|
||||
decorates: Symfony\Component\Mailer\MailerInterface
|
Reference in New Issue
Block a user