aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/files/storage/home.php
diff options
context:
space:
mode:
authorBjoern Schiessle <schiessle@owncloud.com>2014-07-01 17:29:57 +0200
committerBjoern Schiessle <schiessle@owncloud.com>2014-07-01 17:31:33 +0200
commit735eac6c9dbdcae80c46d3f680fbb7e86a2e2432 (patch)
tree1023620d3a23ef8b270fe50bcff73655ac2eec3d /lib/private/files/storage/home.php
parent08e49e9b074e0aa35f22a2f5bd94aeed83e77995 (diff)
downloadnextcloud-server-735eac6c9dbdcae80c46d3f680fbb7e86a2e2432.tar.gz
nextcloud-server-735eac6c9dbdcae80c46d3f680fbb7e86a2e2432.zip
add a explicit interface for the home storage
Diffstat (limited to 'lib/private/files/storage/home.php')
-rw-r--r--lib/private/files/storage/home.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/files/storage/home.php b/lib/private/files/storage/home.php
index 214deede620..015b1f01885 100644
--- a/lib/private/files/storage/home.php
+++ b/lib/private/files/storage/home.php
@@ -11,7 +11,7 @@ namespace OC\Files\Storage;
/**
* Specialized version of Local storage for home directory usage
*/
-class Home extends Local {
+class Home extends Local implements \OCP\Files\IHomeStorage {
/**
* @var string
*/