1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-01 14:30:32 +02:00

[ticket/17135] Fix code flaws

PHPBB-17135
This commit is contained in:
rxu
2024-06-23 14:55:01 +07:00
parent 3fddff240c
commit 0c720eaf7c
13 changed files with 249 additions and 107 deletions

View File

@@ -16,9 +16,7 @@ services:
- '@assets.bag'
- '@config'
- '@dispatcher'
- '@ext.manager'
- '@language'
- '@log'
- '@messenger.queue'
- '@path_helper'
- '@request'
@@ -27,6 +25,8 @@ services:
- '@user'
- '%core.root_path%'
- '%core.template.cache_path%'
- '@?ext.manager'
- '@?log'
messenger.method.email:
class: phpbb\messenger\method\email