summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2023-11-13 22:25:22 -0100
committerMaxence Lange <maxence@artificial-owl.com>2023-11-13 22:25:37 -0100
commit380b81315ab35fd7272fc2c99460f1a8ed4ea086 (patch)
tree42c5a0f6441749ecda6d35055813e42f45ae4de0 /apps
parent32a485cbefc6d2d26bc12bef6b81617895c1ed36 (diff)
downloadnextcloud-server-380b81315ab35fd7272fc2c99460f1a8ed4ea086.tar.gz
nextcloud-server-380b81315ab35fd7272fc2c99460f1a8ed4ea086.zip
moving metadataquery
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Diffstat (limited to 'apps')
-rw-r--r--apps/dav/lib/Files/FileSearchBackend.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/dav/lib/Files/FileSearchBackend.php b/apps/dav/lib/Files/FileSearchBackend.php
index b158fde857c..3500d6b0fb3 100644
--- a/apps/dav/lib/Files/FileSearchBackend.php
+++ b/apps/dav/lib/Files/FileSearchBackend.php
@@ -43,7 +43,7 @@ use OCP\Files\Search\ISearchOperator;
use OCP\Files\Search\ISearchOrder;
use OCP\Files\Search\ISearchQuery;
use OCP\FilesMetadata\IFilesMetadataManager;
-use OCP\FilesMetadata\Model\IMetadataQuery;
+use OCP\FilesMetadata\IMetadataQuery;
use OCP\FilesMetadata\Model\IMetadataValueWrapper;
use OCP\IUser;
use OCP\Share\IManager;