aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib/Lib/Backend/SFTP_Key.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_external/lib/Lib/Backend/SFTP_Key.php')
-rw-r--r--apps/files_external/lib/Lib/Backend/SFTP_Key.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_external/lib/Lib/Backend/SFTP_Key.php b/apps/files_external/lib/Lib/Backend/SFTP_Key.php
index a657dce66e5..63c272d2432 100644
--- a/apps/files_external/lib/Lib/Backend/SFTP_Key.php
+++ b/apps/files_external/lib/Lib/Backend/SFTP_Key.php
@@ -15,7 +15,7 @@ class SFTP_Key extends Backend {
public function __construct(IL10N $l, RSA $legacyAuth, SFTP $sftpBackend) {
$this
->setIdentifier('\OC\Files\Storage\SFTP_Key')
- ->setStorageClass('\OCA\Files_External\Lib\Storage\SFTP')
+ ->setStorageClass(\OCA\Files_External\Lib\Storage\SFTP::class)
->setText($l->t('SFTP with secret key login'))
->addParameters([
new DefinitionParameter('host', $l->t('Host')),