1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-05 16:27:38 +02:00

[ticket/15833] Add core.avatar_manager_avatar_delete_after event

PHPBB3-15833
This commit is contained in:
Jakub Senko
2018-10-08 15:45:21 +02:00
parent 001f32da95
commit 6a35385308
3 changed files with 24 additions and 2 deletions

View File

@@ -3,6 +3,7 @@ services:
class: phpbb\avatar\manager
arguments:
- '@config'
- '@dispatcher'
- '@avatar.driver_collection'
# ----- Avatar drivers -----