diff options
author | Morris Jobke <hey@morrisjobke.de> | 2020-07-13 16:47:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-13 16:47:12 +0200 |
commit | cbbbbee8b14a0a251a5a95e8c3ad420208f208fe (patch) | |
tree | 00c6f10f011fde65a23dc62a2f024f4ca33d39c3 /apps/files_external/lib/Lib | |
parent | 615cf6a808a3ba23b15af2f4468790c41bf8d2fc (diff) | |
parent | 065ef14cb025f6664c7a3ed1aa89d333a2944342 (diff) | |
download | nextcloud-server-cbbbbee8b14a0a251a5a95e8c3ad420208f208fe.tar.gz nextcloud-server-cbbbbee8b14a0a251a5a95e8c3ad420208f208fe.zip |
Merge pull request #21785 from nextcloud/techdebt/noid/remove-classmap-in-files_external
Move OC_Mount_Config to proper classname and remove OC::$CLASSPATH us…
Diffstat (limited to 'apps/files_external/lib/Lib')
-rw-r--r-- | apps/files_external/lib/Lib/Backend/LegacyBackend.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_external/lib/Lib/Backend/LegacyBackend.php b/apps/files_external/lib/Lib/Backend/LegacyBackend.php index 87dabda8bb6..710f907608a 100644 --- a/apps/files_external/lib/Lib/Backend/LegacyBackend.php +++ b/apps/files_external/lib/Lib/Backend/LegacyBackend.php @@ -29,7 +29,7 @@ use OCA\Files_External\Lib\LegacyDependencyCheckPolyfill; use OCA\Files_External\Lib\MissingDependency; /** - * Legacy compatibility for OC_Mount_Config::registerBackend() + * Legacy compatibility for OCA\Files_External\MountConfig::registerBackend() */ class LegacyBackend extends Backend { use LegacyDependencyCheckPolyfill { |