Skip to content
This repository was archived by the owner on Nov 18, 2025. It is now read-only.

Commit 7238169

Browse files
committed
:fix: composer issue with same class name
Signed-off-by: otengkwame <[email protected]>
1 parent d334cc4 commit 7238169

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

framework/libraries/Session/OldSessionWrapper.php renamed to framework/libraries/Session/CI_OldSessionWrapper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
* @author Andrey Andreev
4949
* @link https://codeigniter.com/userguide3/libraries/sessions.html
5050
*/
51-
class CI_SessionWrapper implements SessionHandlerInterface
51+
class CI_OldSessionWrapper implements SessionHandlerInterface
5252
{
5353

5454
protected $driver;

0 commit comments

Comments
 (0)