summaryrefslogtreecommitdiffstats
path: root/remote.php
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2015-10-16 16:30:59 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2015-10-16 16:30:59 +0200
commitc47c1df580f5e03781d27dc3bb850f1df1578cd9 (patch)
tree76c7672d4629e5ce4d702170b13684debe9b8d83 /remote.php
parent4b9ec49285081137195c5852682b127a37ea8bfe (diff)
parentff5ed443308bc6ca0054710e623a651444840797 (diff)
downloadnextcloud-server-c47c1df580f5e03781d27dc3bb850f1df1578cd9.tar.gz
nextcloud-server-c47c1df580f5e03781d27dc3bb850f1df1578cd9.zip
Merge pull request #18688 from owncloud/dav-app
Consolidate webdav code - move all to one app
Diffstat (limited to 'remote.php')
-rw-r--r--remote.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/remote.php b/remote.php
index b901b1f0fd7..0282877ca2a 100644
--- a/remote.php
+++ b/remote.php
@@ -26,7 +26,7 @@
*
*/
-use OC\Connector\Sabre\ExceptionLoggerPlugin;
+use OCA\DAV\Connector\Sabre\ExceptionLoggerPlugin;
use Sabre\DAV\Exception\ServiceUnavailable;
use Sabre\DAV\Server;