aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config/services.yml
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/config/services.yml')
-rw-r--r--phpBB/config/services.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/phpBB/config/services.yml b/phpBB/config/services.yml
index d4db1f291e..e200b865e8 100644
--- a/phpBB/config/services.yml
+++ b/phpBB/config/services.yml
@@ -3,11 +3,19 @@ imports:
- { resource: cron_tasks.yml }
- { resource: notifications.yml }
- { resource: migrator.yml }
+ - { resource: avatars.yml }
services:
auth:
class: phpbb_auth
+ avatar.manager:
+ class: phpbb_avatar_manager
+ arguments:
+ - @config
+ - @avatar.driver_collection
+ - @service_container
+
cache:
class: phpbb_cache_service
arguments: