29
0
mirror of https://github.com/joomla/joomla-cms.git synced 2024-06-28 16:13:42 +00:00

use RuntimeStorage on CLI (#34043)

This commit is contained in:
Phil E. Taylor 2021-05-22 22:55:46 +01:00 committed by GitHub
parent f6a25d533e
commit 66110aa0e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -222,7 +222,7 @@ class Session implements ServiceProviderInterface
}
return $this->buildSession(
new JoomlaStorage($app->input, $handler),
new RuntimeStorage,
$app,
$container->get(DispatcherInterface::class),
$options