diff --git a/library/think/cache/driver/Lite.php b/library/think/cache/driver/Lite.php index de910e5c..6d52b951 100644 --- a/library/think/cache/driver/Lite.php +++ b/library/think/cache/driver/Lite.php @@ -19,7 +19,6 @@ use think\Cache; */ class Lite { - protected $options = [ 'prefix' => '', 'path' => '', @@ -106,7 +105,7 @@ class Lite if (!is_dir($dir)) mkdir($dir,0755,true); */ - $ret = file_put_contents($filename, ("")); + $ret = file_put_contents($filename, ("