Skip to content

Commit

Permalink
:fix: composer issue with same class name
Browse files Browse the repository at this point in the history
Signed-off-by: otengkwame <developerkwame@gmail.com>
  • Loading branch information
otengkwame committed Feb 8, 2022
1 parent d334cc4 commit 7238169
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
* @author Andrey Andreev
* @link https://codeigniter.com/userguide3/libraries/sessions.html
*/
class CI_SessionWrapper implements SessionHandlerInterface
class CI_OldSessionWrapper implements SessionHandlerInterface
{

protected $driver;
Expand Down

0 comments on commit 7238169

Please sign in to comment.