Compare commits

..

No commits in common. "ad18c7cb25d79d6c7cfa9546b5811e209f00871a" and "f0a7b34212d168dbb7d53e34eb107bf51f3beb7e" have entirely different histories.

View File

@ -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\Interfaces\Routing\IRouteCollection $routeCollection;
static SokoWeb\Routing\RouteCollection $routeCollection;
static SokoWeb\Interfaces\Session\ISessionHandler $sessionHandler;
static SokoWeb\Interfaces\Request\IRequest $request;
}