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
|
class: phpbb_avatar_driver_gravatar
|
||||||
arguments:
|
arguments:
|
||||||
- @config
|
- @config
|
||||||
- @request
|
|
||||||
- %core.root_path%
|
- %core.root_path%
|
||||||
- .%core.php_ext%
|
- .%core.php_ext%
|
||||||
- @cache.driver
|
- @cache.driver
|
||||||
|
@ -16,7 +15,6 @@ services:
|
||||||
class: phpbb_avatar_driver_local
|
class: phpbb_avatar_driver_local
|
||||||
arguments:
|
arguments:
|
||||||
- @config
|
- @config
|
||||||
- @request
|
|
||||||
- %core.root_path%
|
- %core.root_path%
|
||||||
- .%core.php_ext%
|
- .%core.php_ext%
|
||||||
- @cache.driver
|
- @cache.driver
|
||||||
|
@ -29,7 +27,6 @@ services:
|
||||||
class: phpbb_avatar_driver_remote
|
class: phpbb_avatar_driver_remote
|
||||||
arguments:
|
arguments:
|
||||||
- @config
|
- @config
|
||||||
- @request
|
|
||||||
- %core.root_path%
|
- %core.root_path%
|
||||||
- .%core.php_ext%
|
- .%core.php_ext%
|
||||||
- @cache.driver
|
- @cache.driver
|
||||||
|
@ -42,7 +39,6 @@ services:
|
||||||
class: phpbb_avatar_driver_upload
|
class: phpbb_avatar_driver_upload
|
||||||
arguments:
|
arguments:
|
||||||
- @config
|
- @config
|
||||||
- @request
|
|
||||||
- %core.root_path%
|
- %core.root_path%
|
||||||
- .%core.php_ext%
|
- .%core.php_ext%
|
||||||
- @cache.driver
|
- @cache.driver
|
||||||
|
|
Loading…
Add table
Reference in a new issue