Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2013-09-14 01:31:11 +0400
committerThomas Müller <thomas.mueller@tmit.eu>2013-09-14 01:31:11 +0400
commit6ff07f768165429384dd3068a045aaf3602a1383 (patch)
tree6d94117e77e3ad72da0f32adf5c6af45ac841381 /lib/files/storage
parentc149b57d3b4020c65d33966d5dc8395b8b821fc9 (diff)
parent6eeb4d165c5a0eb0c49375aa4141c59d6a63f164 (diff)
Merge pull request #4712 from owncloud/fileapi-foreward
Provide an implementation of the fileapi for oc6 build on top of the old api
Diffstat (limited to 'lib/files/storage')
-rw-r--r--lib/files/storage/storage.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/files/storage/storage.php b/lib/files/storage/storage.php
index c96caebf4af..b673bb9a32d 100644
--- a/lib/files/storage/storage.php
+++ b/lib/files/storage/storage.php
@@ -13,7 +13,7 @@ namespace OC\Files\Storage;
*
* All paths passed to the storage are relative to the storage and should NOT have a leading slash.
*/
-interface Storage {
+interface Storage extends \OCP\Files\Storage {
/**
* $parameters is a free form array with the configuration options needed to construct the storage
*