From 1a5b545fe82ff4d21aac57762ae4a2a3082a0b11 Mon Sep 17 00:00:00 2001 From: Maxence Lange Date: Mon, 10 Jul 2023 12:31:47 -0100 Subject: full uppercase const Signed-off-by: Maxence Lange --- apps/files_external/lib/Config/ConfigAdapter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/files_external/lib/Config') 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, -- cgit v1.2.3