mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-06 15:02:47 +08:00
数组定义用法统一
This commit is contained in:
@@ -15,11 +15,11 @@ namespace Think\Cache\Driver;
|
||||
*/
|
||||
class Wincache {
|
||||
|
||||
protected $options = array(
|
||||
protected $options = [
|
||||
'prefix' => '',
|
||||
'expire' => 0,
|
||||
'length' => 0,
|
||||
);
|
||||
];
|
||||
|
||||
/**
|
||||
* 架构函数
|
||||
|
||||
Reference in New Issue
Block a user