mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-15 21:41:06 +00:00
Fix fos_user
This commit is contained in:
parent
61c640ed31
commit
c7eef67291
1 changed files with 5 additions and 0 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…
Reference in a new issue