mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-12 19:54:12 +02:00
[ticket/17135] Use email method instead of service collection where appropriate
PHPBB-17135
This commit is contained in:
@@ -327,7 +327,7 @@ services:
|
||||
- '@config'
|
||||
- '@language'
|
||||
- '@log'
|
||||
- '@messenger.method_collection'
|
||||
- '@messenger.method.email'
|
||||
- '@notification_manager'
|
||||
- '@user_loader'
|
||||
- '%core.root_path%'
|
||||
@@ -342,7 +342,7 @@ services:
|
||||
- '@dbal.conn'
|
||||
- '@config'
|
||||
- '@language'
|
||||
- '@messenger.method_collection'
|
||||
- '@messenger.method.email'
|
||||
- '@passwords.manager'
|
||||
- '%core.root_path%'
|
||||
- '%core.php_ext%'
|
||||
|
@@ -5,6 +5,7 @@ imports:
|
||||
- { resource: ../../default/container/services_filesystem.yml }
|
||||
- { resource: ../../default/container/services_http.yml }
|
||||
- { resource: ../../default/container/services_language.yml }
|
||||
- { resource: ../../default/container/services_messenger.yml }
|
||||
- { resource: ../../default/container/services_php.yml }
|
||||
- { resource: ../../default/container/services_routing.yml }
|
||||
- { resource: ../../default/container/services_twig.yml }
|
||||
|
Reference in New Issue
Block a user