Closed tmotyl closed 1 year ago
Class Cm_RedisSession_Model_Session_Config implements \Cm\RedisSession\Handler\ConfigInterface. However I can't fin the ConfigInterface.php file. In some places it is also required like:
Cm_RedisSession_Model_Session_Config
\Cm\RedisSession\Handler\ConfigInterface
require_once __DIR__.'/../lib/src/Cm/RedisSession/Handler/ConfigInterface.php
Is the file missing, or is the issue on my side?
Similar story is regarding Cm\RedisSession\Handler\LoggerInterface
Cm\RedisSession\Handler\LoggerInterface
These are in the dependency https://github.com/colinmollenhour/php-redis-session-abstract
Class
Cm_RedisSession_Model_Session_Config
implements\Cm\RedisSession\Handler\ConfigInterface
. However I can't fin the ConfigInterface.php file. In some places it is also required like:require_once __DIR__.'/../lib/src/Cm/RedisSession/Handler/ConfigInterface.php
Is the file missing, or is the issue on my side?
Similar story is regarding
Cm\RedisSession\Handler\LoggerInterface