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;