1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-08-26 18:21:02 +00:00

Move User mailer to Core

This commit is contained in:
Yassine Guedidi 2023-12-30 23:44:10 +01:00
parent 87ed669504
commit d8f2d3c7ee
6 changed files with 40 additions and 40 deletions

View file

@ -168,7 +168,7 @@ fos_user:
address: "%from_email%"
sender_name: wallabag
service:
mailer: Wallabag\UserBundle\Mailer\UserMailer
mailer: Wallabag\CoreBundle\Mailer\UserMailer
fos_oauth_server:
db_driver: orm
@ -201,7 +201,7 @@ scheb_two_factor:
sender_email: "%twofactor_sender%"
digits: 6
template: "@WallabagUser/Authentication/form.html.twig"
mailer: Wallabag\UserBundle\Mailer\AuthCodeMailer
mailer: Wallabag\CoreBundle\Mailer\AuthCodeMailer
rulerz:
targets:

View file

@ -318,7 +318,7 @@ services:
wallabag_core.entry.download_images.client:
alias: 'httplug.client.wallabag_core.entry.download_images'
Wallabag\UserBundle\Mailer\UserMailer:
Wallabag\CoreBundle\Mailer\UserMailer:
arguments:
$parameters:
template: