Upgrade to 3.5.2
This commit is contained in:
@@ -68,7 +68,7 @@ class FileCache extends Cache
|
||||
*/
|
||||
protected function file(string $key): string
|
||||
{
|
||||
$file = $this->root . '/' . $key;
|
||||
$file = $this->root . '/' . basename($key);
|
||||
|
||||
if (isset($this->options['extension'])) {
|
||||
return $file . '.' . $this->options['extension'];
|
||||
|
Reference in New Issue
Block a user