mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
[ticket/16764] Remove remote avatar functionality
PHPBB3-16764
This commit is contained in:
@@ -52,20 +52,6 @@ services:
|
||||
tags:
|
||||
- { name: avatar.driver }
|
||||
|
||||
avatar.driver.remote:
|
||||
class: phpbb\avatar\driver\remote
|
||||
arguments:
|
||||
- '@config'
|
||||
- '@upload_imagesize'
|
||||
- '%core.root_path%'
|
||||
- '%core.php_ext%'
|
||||
- '@path_helper'
|
||||
- '@cache.driver'
|
||||
calls:
|
||||
- [set_name, [avatar.driver.remote]]
|
||||
tags:
|
||||
- { name: avatar.driver }
|
||||
|
||||
avatar.driver.upload:
|
||||
class: phpbb\avatar\driver\upload
|
||||
arguments:
|
||||
|
Reference in New Issue
Block a user