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