Commit 33064f2feb2bdda9428f6540f8dc22acc11cae82
1 parent
fc16e61e
使用默认的缓存目录
Showing
1 changed file
with
1 additions
and
1 deletions
src/Hris.php
| ... | ... | @@ -75,7 +75,7 @@ class Hris |
| 75 | 75 | |
| 76 | 76 | private function __construct(array $options = []) |
| 77 | 77 | { |
| 78 | - $this->_cache = new FilesystemAdapter('hris', 86400, 'deepseath' . $this->_libVersion); | |
| 78 | + $this->_cache = new FilesystemAdapter('hris', 86400, null); | |
| 79 | 79 | if (function_exists('config')) { |
| 80 | 80 | $config = config('hris'); |
| 81 | 81 | if (empty($options)) { | ... | ... |