We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3306437 commit 2da0fc4Copy full SHA for 2da0fc4
lib/Service/FileService.php
@@ -22,7 +22,6 @@
22
use OCP\Accounts\IAccountManager;
23
use OCP\AppFramework\Services\IAppConfig;
24
use OCP\Files\IMimeTypeDetector;
25
-use OCP\Files\IRootFolder;
26
use OCP\Files\NotFoundException;
27
use OCP\Http\Client\IClientService;
28
use OCP\IDateTimeFormatter;
@@ -81,7 +80,6 @@ public function __construct(
81
80
protected IClientService $client,
82
private IDateTimeFormatter $dateTimeFormatter,
83
private IAppConfig $appConfig,
84
- private IRootFolder $rootFolder,
85
private IURLGenerator $urlGenerator,
86
protected IMimeTypeDetector $mimeTypeDetector,
87
protected LoggerInterface $logger,
0 commit comments