Skip to content

Commit

Permalink
chore: remove unused property
Browse files Browse the repository at this point in the history
Signed-off-by: Vitor Mattos <vitor@php.rio>
  • Loading branch information
vitormattos committed Dec 30, 2024
1 parent 58ab420 commit b662a65
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/Controller/FileController.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,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;
Expand Down Expand Up @@ -63,7 +62,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,
Expand Down

0 comments on commit b662a65

Please sign in to comment.