Add WebDavConfig

This commit is contained in:
Philipp Holzer 2021-10-04 11:41:25 +02:00
parent 2038eec6d7
commit 45d849ee76
Signed by: nupplaPhil
GPG key ID: 24A7501396EB5432

View file

@ -9,7 +9,7 @@ use Friendica\Network\HTTPClientOptions;
use Friendica\Network\IHTTPClient;
/**
* A WebDav Backend Storage class
* The WebDav Backend Storage configuration class
*/
class WebDavConfig implements IStorageConfiguration
{