mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-01 12:42:48 +08:00
修正sqlite缓存驱动
This commit is contained in:
2
library/think/cache/driver/Sqlite.php
vendored
2
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