summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib
diff options
context:
space:
mode:
Diffstat (limited to 'apps/dav/lib')
-rw-r--r--apps/dav/lib/DAV/CustomPropertiesBackend.php (renamed from apps/dav/lib/Files/CustomPropertiesBackend.php)2
-rw-r--r--apps/dav/lib/Server.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/dav/lib/Files/CustomPropertiesBackend.php b/apps/dav/lib/DAV/CustomPropertiesBackend.php
index 397c7bb22e3..ee0d0407015 100644
--- a/apps/dav/lib/Files/CustomPropertiesBackend.php
+++ b/apps/dav/lib/DAV/CustomPropertiesBackend.php
@@ -23,7 +23,7 @@
*
*/
-namespace OCA\DAV\Files;
+namespace OCA\DAV\DAV;
use OCP\IDBConnection;
use OCP\IUser;
diff --git a/apps/dav/lib/Server.php b/apps/dav/lib/Server.php
index 031bc1d3d81..a5c1379eb7e 100644
--- a/apps/dav/lib/Server.php
+++ b/apps/dav/lib/Server.php
@@ -42,9 +42,9 @@ use OCA\DAV\Connector\Sabre\FilesPlugin;
use OCA\DAV\Connector\Sabre\FilesReportPlugin;
use OCA\DAV\Connector\Sabre\SharesPlugin;
use OCA\DAV\DAV\PublicAuth;
+use OCA\DAV\DAV\CustomPropertiesBackend;
use OCA\DAV\Connector\Sabre\QuotaPlugin;
use OCA\DAV\Files\BrowserErrorPagePlugin;
-use OCA\DAV\Files\CustomPropertiesBackend;
use OCA\DAV\SystemTag\SystemTagPlugin;
use OCP\IRequest;
use OCP\SabrePluginEvent;