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 8f3d99d commit e9a4ad1Copy full SHA for e9a4ad1
1 file changed
lib/Controller/FileController.php
@@ -23,6 +23,7 @@
23
use OCA\Libresign\ResponseDefinitions;
24
use OCA\Libresign\Service\AccountService;
25
use OCA\Libresign\Service\File\FileListService;
26
+use OCA\Libresign\Service\File\SettingsLoader;
27
use OCA\Libresign\Service\FileService;
28
use OCA\Libresign\Service\IdentifyMethodService;
29
use OCA\Libresign\Service\RequestSignatureService;
@@ -77,7 +78,7 @@ public function __construct(
77
78
private FileService $fileService,
79
private fileListService $fileListService,
80
private ValidateHelper $validateHelper,
- private \OCA\Libresign\Service\File\SettingsLoader $settingsLoader,
81
+ private SettingsLoader $settingsLoader,
82
private IURLGenerator $urlGenerator,
83
) {
84
parent::__construct(Application::APP_ID, $request);
0 commit comments