mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-07 15:12:48 +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;
|
namespace think\session\driver;
|
||||||
|
|
||||||
use SessionHandler;
|
use SessionHandler;
|
||||||
|
use think\Exception;
|
||||||
|
|
||||||
class Memcache extends SessionHandler
|
class Memcache extends SessionHandler
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -11,8 +11,8 @@
|
|||||||
|
|
||||||
namespace think\session\driver;
|
namespace think\session\driver;
|
||||||
|
|
||||||
use think\Config;
|
|
||||||
use SessionHandler;
|
use SessionHandler;
|
||||||
|
use think\Exception;
|
||||||
|
|
||||||
class Redis extends SessionHandler
|
class Redis extends SessionHandler
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user