mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-09-03 13:51:38 +08:00
数组定义用法统一
This commit is contained in:
@@ -15,14 +15,14 @@ namespace Think\Cache\Driver;
|
||||
*/
|
||||
class Sqlite {
|
||||
|
||||
protected $options = array(
|
||||
protected $options = [
|
||||
'db' => ':memory:',
|
||||
'table' => 'sharedmemory',
|
||||
'prefix' => '',
|
||||
'expire' => 0,
|
||||
'length' => 0,
|
||||
'persistent' => false,
|
||||
);
|
||||
];
|
||||
|
||||
/**
|
||||
* 架构函数
|
||||
|
||||
Reference in New Issue
Block a user