adapt to soko-web 0.2

This commit is contained in:
Bence Pőcze 2023-04-16 17:01:16 +02:00
parent 59527a1898
commit 9d1bb41f02
Signed by: bence
GPG Key ID: DC5BD6E95A333E6D

View File

@ -110,6 +110,7 @@ Container::$request = new SokoWeb\Request\Request(
$_SERVER['REQUEST_SCHEME'] . '://' . $_SERVER['HTTP_HOST'],
$_GET,
$_POST,
getallheaders(),
$_SESSION,
new MapGuesser\Repository\UserRepository()
);