]> source.dussan.org Git - nextcloud-server.git/commitdiff
IFilesMetadata 40761/head
authorMaxence Lange <maxence@artificial-owl.com>
Tue, 7 Nov 2023 14:06:13 +0000 (13:06 -0100)
committerMaxence Lange <maxence@artificial-owl.com>
Tue, 7 Nov 2023 14:06:13 +0000 (13:06 -0100)
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
lib/private/FilesMetadata/Job/UpdateSingleMetadata.php

index ff7dfcb8368cb4a9de5322869e9a0755bc9337e8..d18c8aa368061aaeb9dd767b7c3d7bbf31468068 100644 (file)
@@ -26,11 +26,9 @@ declare(strict_types=1);
 namespace OC\FilesMetadata\Job;
 
 use OC\FilesMetadata\FilesMetadataManager;
-use OC\User\NoUserException;
 use OCP\AppFramework\Utility\ITimeFactory;
 use OCP\BackgroundJob\QueuedJob;
 use OCP\Files\IRootFolder;
-use OCP\Files\NotPermittedException;
 use OCP\FilesMetadata\Event\MetadataLiveEvent;
 use OCP\FilesMetadata\IFilesMetadataManager;
 use Psr\Log\LoggerInterface;