mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 16:56:44 +02:00
[ticket/15276] Use storage in avatars
PHPBB3-15276
This commit is contained in:
@@ -22,6 +22,13 @@ interface adapter_interface
|
||||
*/
|
||||
public function configure($options);
|
||||
|
||||
/**
|
||||
* Dumps content into a file.
|
||||
*
|
||||
* @param array options Storage-specific options.
|
||||
*/
|
||||
public function configure($options);
|
||||
|
||||
/**
|
||||
* Dumps content into a file.
|
||||
*
|
||||
|
Reference in New Issue
Block a user