fixup! add/modify template for audit logger

This commit is contained in:
Bence Pőcze 2023-04-17 02:04:42 +02:00
parent 8ed2f4c15c
commit ab3e52dc3b
Signed by: bence
GPG Key ID: DC5BD6E95A333E6D

View File

@ -15,7 +15,7 @@ $dotenv->load();
class Container
{
static SokoWeb\Interfaces\Database\IConnection $dbConnection;
static SokoWeb\Database\AuditLoggerBase $auditLogger;
static SokoWeb\Interfaces\Database\IAuditLogger $auditLogger;
static SokoWeb\Routing\RouteCollection $routeCollection;
static SokoWeb\Interfaces\Session\ISessionHandler $sessionHandler;
static SokoWeb\Interfaces\Request\IRequest $request;