This commit is contained in:
thinkphp
2016-01-26 09:30:28 +08:00
2 changed files with 2 additions and 1 deletions

View File

@@ -12,6 +12,7 @@
namespace think\session\driver;
use SessionHandler;
use think\Exception;
class Memcache extends SessionHandler
{

View File

@@ -11,8 +11,8 @@
namespace think\session\driver;
use think\Config;
use SessionHandler;
use think\Exception;
class Redis extends SessionHandler
{