This commit is contained in:
PanCakeConnaisseur 2020-10-08 20:54:09 +02:00 committed by backportbot[bot]
parent 52ae354a5d
commit 584fb91534

View File

@ -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)
)