1、bug的修复
2、内核更新
This commit is contained in:
2
core/library/think/cache/driver/Sqlite.php
vendored
2
core/library/think/cache/driver/Sqlite.php
vendored
@@ -18,7 +18,7 @@ use think\Exception;
|
||||
* Sqlite缓存驱动
|
||||
* @author liu21st <liu21st@gmail.com>
|
||||
*/
|
||||
class Sqlite implements CacheInterface
|
||||
class Sqlite
|
||||
{
|
||||
|
||||
protected $options = [
|
||||
|
||||
Reference in New Issue
Block a user