Merge pull request 'use IRouteCollection in app container' () from bugfix/fix-app-container into master

Reviewed-on: 
This commit is contained in:
Bence Pőcze 2023-04-20 00:34:26 +02:00 committed by Gitea
commit ad18c7cb25
Signed by: Gitea
GPG Key ID: 7B89B83EED9AD2C6

@ -17,7 +17,7 @@ class Container
static SokoWeb\Interfaces\Database\IConnection $dbConnection;
static SokoWeb\Interfaces\Database\IAuditLogger $auditLogger;
static SokoWeb\Interfaces\PersistentData\IPersistentDataManager $persistentDataManager;
static SokoWeb\Routing\RouteCollection $routeCollection;
static SokoWeb\Interfaces\Routing\IRouteCollection $routeCollection;
static SokoWeb\Interfaces\Session\ISessionHandler $sessionHandler;
static SokoWeb\Interfaces\Request\IRequest $request;
}