diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2024-09-16 11:39:58 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-16 11:39:58 +0200 |
commit | ff0cab5956c289bad60db54716b148c8879566a4 (patch) | |
tree | 380f48666b1400f90beab4a6394eda4b287d7dca /lib/private/Preview | |
parent | 52f4b88f8d0581e3ec8e59854b78bd006ab0f80f (diff) | |
parent | da59fd4389bedd6b643f277b5e411872137569b3 (diff) | |
download | nextcloud-server-ff0cab5956c289bad60db54716b148c8879566a4.tar.gz nextcloud-server-ff0cab5956c289bad60db54716b148c8879566a4.zip |
Merge pull request #47852 from nextcloud/sharding-code-fixes
Diffstat (limited to 'lib/private/Preview')
-rw-r--r-- | lib/private/Preview/BackgroundCleanupJob.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/private/Preview/BackgroundCleanupJob.php b/lib/private/Preview/BackgroundCleanupJob.php index acf7bf22f52..44832a78eb9 100644 --- a/lib/private/Preview/BackgroundCleanupJob.php +++ b/lib/private/Preview/BackgroundCleanupJob.php @@ -16,7 +16,6 @@ use OCP\Files\IMimeTypeLoader; use OCP\Files\NotFoundException; use OCP\Files\NotPermittedException; use OCP\IDBConnection; -use function Symfony\Component\Translation\t; class BackgroundCleanupJob extends TimedJob { /** @var IDBConnection */ |