diff options
author | Andrey Andreev <narf@devilix.net> | 2022-03-03 13:50:01 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-03 13:50:01 +0100 |
commit | f73181e2e4036b3f322ddac7bf266b1cf13d06a0 (patch) | |
tree | 8d2cd494f283bf76490825e76cdc7fce00ee12c7 | |
parent | 3378180483140fa9251e50843bda15a508e85e89 (diff) | |
parent | 48432138b967eb52203d30d70a5d1aacfbbbcacb (diff) |
[ci skip] Merge pull request #6107 from ducng99/patch-1
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); |