Use JSON as file format
This commit is contained in:
parent
098c1c3783
commit
115c6eb385
1 changed files with 1 additions and 1 deletions
2
src/classes/cache/cache.php
vendored
2
src/classes/cache/cache.php
vendored
|
@ -33,7 +33,7 @@ class Cache
|
|||
|
||||
protected function getFilepath(): string
|
||||
{
|
||||
return $this->directory . '/' . $this->getIdentifier();
|
||||
return $this->directory . '/' . $this->getIdentifier() . '.json';
|
||||
}
|
||||
|
||||
protected function write(mixed $value): void
|
||||
|
|
Loading…
Reference in a new issue