diff options
author | Robin Windey <ro.windey@gmail.com> | 2020-10-12 14:19:41 +0200 |
---|---|---|
committer | Robin Windey <ro.windey@gmail.com> | 2020-10-12 14:19:41 +0200 |
commit | 6a1f8fb3be9e8924dd62bc52c701074f06b44b71 (patch) | |
tree | 79003daf48e7e6308c3aaf90a66831909ff55548 /lib/private/AppFramework/Bootstrap | |
parent | b6364cc483d7904ed0abdf272925d8376e885de0 (diff) | |
download | nextcloud-server-6a1f8fb3be9e8924dd62bc52c701074f06b44b71.tar.gz nextcloud-server-6a1f8fb3be9e8924dd62bc52c701074f06b44b71.zip |
Fix typo 'shared'
Diffstat (limited to 'lib/private/AppFramework/Bootstrap')
-rw-r--r-- | lib/private/AppFramework/Bootstrap/RegistrationContext.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/AppFramework/Bootstrap/RegistrationContext.php b/lib/private/AppFramework/Bootstrap/RegistrationContext.php index 0f408380e88..023590596e3 100644 --- a/lib/private/AppFramework/Bootstrap/RegistrationContext.php +++ b/lib/private/AppFramework/Bootstrap/RegistrationContext.php @@ -203,7 +203,7 @@ class RegistrationContext { "appId" => $appId, "name" => $name, "factory" => $factory, - "sharred" => $shared, + "shared" => $shared, ]; } |