aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phpBB/config/avatars.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/phpBB/config/avatars.yml b/phpBB/config/avatars.yml
index e6106038f5..8eef0f837f 100644
--- a/phpBB/config/avatars.yml
+++ b/phpBB/config/avatars.yml
@@ -3,7 +3,6 @@ services:
class: phpbb_avatar_driver_gravatar
arguments:
- @config
- - @request
- %core.root_path%
- .%core.php_ext%
- @cache.driver
@@ -16,7 +15,6 @@ services:
class: phpbb_avatar_driver_local
arguments:
- @config
- - @request
- %core.root_path%
- .%core.php_ext%
- @cache.driver
@@ -29,7 +27,6 @@ services:
class: phpbb_avatar_driver_remote
arguments:
- @config
- - @request
- %core.root_path%
- .%core.php_ext%
- @cache.driver
@@ -42,7 +39,6 @@ services:
class: phpbb_avatar_driver_upload
arguments:
- @config
- - @request
- %core.root_path%
- .%core.php_ext%
- @cache.driver