diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2018-04-13 17:40:52 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2018-04-26 10:35:37 +0200 |
commit | 6a385dd20bad8d0e6c7d923f77eea7b5f719fddd (patch) | |
tree | 54b6df64955bf2f092dfb1cb6d14d9241981e6a3 /apps/dav/lib/Direct/DirectHome.php | |
parent | 164d9988567ea46e88c6a968520a71b9b91315b8 (diff) | |
download | nextcloud-server-6a385dd20bad8d0e6c7d923f77eea7b5f719fddd.tar.gz nextcloud-server-6a385dd20bad8d0e6c7d923f77eea7b5f719fddd.zip |
Add directDownload support of storage
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'apps/dav/lib/Direct/DirectHome.php')
-rw-r--r-- | apps/dav/lib/Direct/DirectHome.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/dav/lib/Direct/DirectHome.php b/apps/dav/lib/Direct/DirectHome.php index 9a3ee58224b..247cca7a3c9 100644 --- a/apps/dav/lib/Direct/DirectHome.php +++ b/apps/dav/lib/Direct/DirectHome.php @@ -26,7 +26,6 @@ namespace OCA\DAV\Direct; use OCA\DAV\Db\DirectMapper; use OCP\AppFramework\Db\DoesNotExistException; -use OCP\Files\File; use OCP\Files\IRootFolder; use Sabre\DAV\Exception\Forbidden; use Sabre\DAV\Exception\MethodNotAllowed; |