aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib/Config
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2023-07-10 12:31:47 -0100
committerJohn Molakvoæ <skjnldsv@users.noreply.github.com>2024-02-24 11:33:44 +0100
commit1a5b545fe82ff4d21aac57762ae4a2a3082a0b11 (patch)
tree3d10ef6ed09eb6945ee829fcb051c8110ee30bfc /apps/files_external/lib/Config
parent3343626183a90412dfd4104f47e94b76e72710f0 (diff)
downloadnextcloud-server-1a5b545fe82ff4d21aac57762ae4a2a3082a0b11.tar.gz
nextcloud-server-1a5b545fe82ff4d21aac57762ae4a2a3082a0b11.zip
full uppercase const
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Diffstat (limited to 'apps/files_external/lib/Config')
-rw-r--r--apps/files_external/lib/Config/ConfigAdapter.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_external/lib/Config/ConfigAdapter.php b/apps/files_external/lib/Config/ConfigAdapter.php
index c06df7765b6..a60ee84820b 100644
--- a/apps/files_external/lib/Config/ConfigAdapter.php
+++ b/apps/files_external/lib/Config/ConfigAdapter.php
@@ -140,7 +140,7 @@ class ConfigAdapter implements IMountProvider {
}, $storages, $storageConfigs);
$mounts = array_map(function (StorageConfig $storageConfig, Storage\IStorage $storage) use ($user, $loader) {
- if ($storageConfig->getType() === StorageConfig::MOUNT_TYPE_PERSONAl) {
+ if ($storageConfig->getType() === StorageConfig::MOUNT_TYPE_PERSONAL) {
return new PersonalMount(
$this->userStoragesService,
$storageConfig,