Skip to content

Commit 2da0fc4

Browse files
chore: remove unused property
Signed-off-by: Vitor Mattos <[email protected]>
1 parent 3306437 commit 2da0fc4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/Service/FileService.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
use OCP\Accounts\IAccountManager;
2323
use OCP\AppFramework\Services\IAppConfig;
2424
use OCP\Files\IMimeTypeDetector;
25-
use OCP\Files\IRootFolder;
2625
use OCP\Files\NotFoundException;
2726
use OCP\Http\Client\IClientService;
2827
use OCP\IDateTimeFormatter;
@@ -81,7 +80,6 @@ public function __construct(
8180
protected IClientService $client,
8281
private IDateTimeFormatter $dateTimeFormatter,
8382
private IAppConfig $appConfig,
84-
private IRootFolder $rootFolder,
8583
private IURLGenerator $urlGenerator,
8684
protected IMimeTypeDetector $mimeTypeDetector,
8785
protected LoggerInterface $logger,

0 commit comments

Comments
 (0)