diff options
author | Bjoern Schiessle <schiessle@owncloud.com> | 2014-07-01 17:29:57 +0200 |
---|---|---|
committer | Bjoern Schiessle <schiessle@owncloud.com> | 2014-07-01 17:31:33 +0200 |
commit | 735eac6c9dbdcae80c46d3f680fbb7e86a2e2432 (patch) | |
tree | 1023620d3a23ef8b270fe50bcff73655ac2eec3d /lib/private/files/storage/home.php | |
parent | 08e49e9b074e0aa35f22a2f5bd94aeed83e77995 (diff) | |
download | nextcloud-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.php | 2 |
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 */ |