1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/15233] Add avatar helper object

PHPBB3-15233
This commit is contained in:
mrgoldy
2019-12-16 20:24:29 +01:00
committed by Marc Alexander
parent 7e3d22063a
commit 34aaf5e6d2
2 changed files with 223 additions and 0 deletions

View File

@@ -6,6 +6,16 @@ services:
- '@dispatcher'
- '@avatar.driver_collection'
avatar.helper:
class: phpbb\avatar\helper
arguments:
- '@config'
- '@dispatcher'
- '@language'
- '@avatar.manager'
- '@path_helper'
- '@user'
# ----- Avatar drivers -----
avatar.driver_collection:
class: phpbb\di\service_collection