From dc8dbf23cd97f4fde38f8f614dd49b59da163641 Mon Sep 17 00:00:00 2001 From: Andrey Andreev Date: Thu, 3 Mar 2022 14:50:01 +0200 Subject: [ci skip] Merge pull request #6107 from ducng99/patch-1 Fix SessionUpdateTimestampHandlerInterface name --- system/libraries/Session/SessionUpdateTimestampHandlerInterface.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/libraries/Session/SessionUpdateTimestampHandlerInterface.php b/system/libraries/Session/SessionUpdateTimestampHandlerInterface.php index 4495a1b7a..fe4a321ab 100644 --- a/system/libraries/Session/SessionUpdateTimestampHandlerInterface.php +++ b/system/libraries/Session/SessionUpdateTimestampHandlerInterface.php @@ -49,7 +49,7 @@ defined('BASEPATH') OR exit('No direct script access allowed'); * @author Andrey Andreev * @link https://codeigniter.com/userguide3/libraries/sessions.html */ -interface SessionHandlerInterface { +interface SessionUpdateTimestampHandlerInterface { public function updateTimestamp($session_id, $data); public function validateId($session_id); -- cgit v1.2.3-24-g4f1b