Browse Source

IFilesMetadata

Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
tags/v28.0.0beta2
Maxence Lange 8 months ago
parent
commit
3631536261
1 changed files with 0 additions and 2 deletions
  1. 0
    2
      lib/private/FilesMetadata/Job/UpdateSingleMetadata.php

+ 0
- 2
lib/private/FilesMetadata/Job/UpdateSingleMetadata.php View 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;

Loading…
Cancel
Save