mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-06 15:02:47 +08:00
增加接口类 规范驱动扩展
This commit is contained in:
2
library/think/cache/driver/Secache.php
vendored
2
library/think/cache/driver/Secache.php
vendored
@@ -17,7 +17,7 @@ use think\Cache;
|
||||
* Secache缓存驱动
|
||||
* @author liu21st <liu21st@gmail.com>
|
||||
*/
|
||||
class Secache
|
||||
class Secache implements CacheInterface
|
||||
{
|
||||
|
||||
protected $handler = null;
|
||||
|
||||
Reference in New Issue
Block a user