mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-04 14:22:48 +08:00
修正 命名空间大小写
修正 扩展控制器目录位置
This commit is contained in:
2
library/think/cache/driver/memcache.php
vendored
2
library/think/cache/driver/memcache.php
vendored
@@ -9,7 +9,7 @@
|
||||
// | Author: liu21st <liu21st@gmail.com>
|
||||
// +----------------------------------------------------------------------
|
||||
|
||||
namespace Think\Cache\Driver;
|
||||
namespace think\cache\driver;
|
||||
|
||||
/**
|
||||
* Memcache缓存驱动
|
||||
|
||||
Reference in New Issue
Block a user