内核更新
bug修复
This commit is contained in:
1
core/library/think/cache/driver/Memcache.php
vendored
1
core/library/think/cache/driver/Memcache.php
vendored
@@ -16,7 +16,6 @@ use think\Exception;
|
||||
|
||||
class Memcache extends Driver
|
||||
{
|
||||
protected $handler = null;
|
||||
protected $options = [
|
||||
'host' => '127.0.0.1',
|
||||
'port' => 11211,
|
||||
|
||||
Reference in New Issue
Block a user