1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

[ticket/9687] Add support for logging to banning system

PHPBB3-9687
This commit is contained in:
Marc Alexander
2023-08-06 13:55:50 +02:00
parent 0f18869702
commit d7389809aa
9 changed files with 74 additions and 23 deletions

View File

@@ -7,6 +7,7 @@ services:
- '@cache.driver'
- '@dbal.conn'
- '@language'
- '@log'
- '@user'
- '%tables.bans%'
- '%tables.users%'