mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 02:09:45 +07:00
Fix typo
This commit is contained in:
committed by
GitHub
parent
e7ffafd889
commit
332b2c8b8f
@@ -91,7 +91,7 @@ becomes
|
||||
$container->registerService('DecryptAll', function (ContainerInterface $c) {
|
||||
return new DecryptAll(
|
||||
$c->get('Util'),
|
||||
$c->get(KeyManage::class'),
|
||||
$c->get(KeyManager::class'),
|
||||
$c->get('Crypt'),
|
||||
$c->get(ISession::class)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user