mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-05 22:52:49 +08:00
Merge branch 'master' of https://github.com/top-think/think
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
namespace think\session\driver;
|
||||
|
||||
use SessionHandler;
|
||||
use think\Exception;
|
||||
|
||||
class Memcache extends SessionHandler
|
||||
{
|
||||
|
||||
@@ -11,8 +11,8 @@
|
||||
|
||||
namespace think\session\driver;
|
||||
|
||||
use think\Config;
|
||||
use SessionHandler;
|
||||
use think\Exception;
|
||||
|
||||
class Redis extends SessionHandler
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user