Restructure Storage to new paradigm
This commit is contained in:
parent
0d3a35dbe9
commit
5184ca0fc2
3 changed files with 8 additions and 8 deletions
|
@ -4,14 +4,14 @@ namespace Friendica\Addon\webdav_storage\src;
|
|||
|
||||
use Friendica\Core\Config\Capability\IManageConfigValues;
|
||||
use Friendica\Core\L10n;
|
||||
use Friendica\Model\Storage\IStorageConfiguration;
|
||||
use Friendica\Core\Storage\Capability\ICanConfigureStorage;
|
||||
use Friendica\Network\HTTPClientOptions;
|
||||
use Friendica\Network\IHTTPClient;
|
||||
|
||||
/**
|
||||
* The WebDav Backend Storage configuration class
|
||||
*/
|
||||
class WebDavConfig implements IStorageConfiguration
|
||||
class WebDavConfig implements ICanConfigureStorage
|
||||
{
|
||||
const NAME = 'WebDav';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue