From 1e7516eeba8eff6a1777b7c74df6af41f5942918 Mon Sep 17 00:00:00 2001 From: Vitor Mattos Date: Mon, 30 Dec 2024 14:58:02 -0300 Subject: [PATCH] chore: remove unused property Signed-off-by: Vitor Mattos --- lib/Controller/FileController.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/Controller/FileController.php b/lib/Controller/FileController.php index 347a99861..789e046ed 100644 --- a/lib/Controller/FileController.php +++ b/lib/Controller/FileController.php @@ -48,7 +48,6 @@ use OCP\AppFramework\Http\FileDisplayResponse; use OCP\AppFramework\Http\RedirectResponse; use OCP\Files\File; -use OCP\Files\IRootFolder; use OCP\Files\Node; use OCP\Files\NotFoundException; use OCP\IL10N; @@ -79,7 +78,6 @@ public function __construct( private IdentifyMethodService $identifyMethodService, private RequestSignatureService $requestSignatureService, private AccountService $accountService, - private IRootFolder $root, private IPreview $preview, private IMimeIconProvider $mimeIconProvider, private FileService $fileService,