From ab3e52dc3bfdbd26d1f7b976d9f510708ca79f62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=91cze=20Bence?= Date: Mon, 17 Apr 2023 02:04:42 +0200 Subject: [PATCH] fixup! add/modify template for audit logger --- templates/app.php.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/app.php.tpl b/templates/app.php.tpl index 4f97953..be77248 100644 --- a/templates/app.php.tpl +++ b/templates/app.php.tpl @@ -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;