This commit is contained in:
David Remer 2020-04-08 11:23:25 +03:00
parent cc829f9756
commit 6ddcaeea5b
3 changed files with 4 additions and 2 deletions

3
modules.local/package-lock.json generated Normal file
View file

@ -0,0 +1,3 @@
{
"lockfileVersion": 1
}

View file

@ -7,7 +7,6 @@ use Dhii\Data\Container\ContainerInterface;
return [
'session.handler' => function (ContainerInterface $container) : SessionHandler {
if (is_admin()) {
return new SessionHandler();
}