mirror of
https://github.com/wallabag/wallabag.git
synced 2025-09-15 18:57:05 +00:00
Fix from_email & fos_user
This commit is contained in:
parent
a74a6ca2b1
commit
48e3007b7f
6 changed files with 14 additions and 1 deletions
|
@ -1,4 +1,9 @@
|
|||
services:
|
||||
# might be fixed in the symfony release
|
||||
# https://github.com/FriendsOfSymfony/FOSUserBundle/issues/2048
|
||||
fos_user.doctrine_registry:
|
||||
alias: doctrine
|
||||
|
||||
wallabag_user.auth_code_mailer:
|
||||
class: Wallabag\UserBundle\Mailer\AuthCodeMailer
|
||||
arguments:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue