diff options
author | Thomas Nguyen <tom@ducng.dev> | 2022-03-03 04:08:34 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-03 04:08:34 +0100 |
commit | 48432138b967eb52203d30d70a5d1aacfbbbcacb (patch) | |
tree | 8d2cd494f283bf76490825e76cdc7fce00ee12c7 | |
parent | 3378180483140fa9251e50843bda15a508e85e89 (diff) |
Fix SessionUpdateTimestampHandlerInterface name
-rw-r--r-- | system/libraries/Session/SessionUpdateTimestampHandlerInterface.php | 2 |
1 files changed, 1 insertions, 1 deletions
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); |