mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[feature/avatars] Remove the obsolete request argument for avatar drivers
This should have been removed earlier when the phpbb_request object was dropped from the arguments to the avatar drivers. PHPBB3-10018
This commit is contained in:
parent
7402add107
commit
aeeb85e1cf
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue