mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-01 12:42:48 +08:00
修正无法找到异常类的问题
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