内核更新
bug修复
This commit is contained in:
1
core/library/think/cache/driver/Sqlite.php
vendored
1
core/library/think/cache/driver/Sqlite.php
vendored
@@ -20,7 +20,6 @@ use think\Exception;
|
||||
*/
|
||||
class Sqlite extends Driver
|
||||
{
|
||||
|
||||
protected $options = [
|
||||
'db' => ':memory:',
|
||||
'table' => 'sharedmemory',
|
||||
|
||||
Reference in New Issue
Block a user