Refactor
This commit is contained in:
parent
7b05f2aa2b
commit
098c1c3783
1 changed files with 0 additions and 2 deletions
2
src/classes/cache/cache.php
vendored
2
src/classes/cache/cache.php
vendored
|
@ -11,8 +11,6 @@ class Cache
|
||||||
/**
|
/**
|
||||||
* Private
|
* Private
|
||||||
*/
|
*/
|
||||||
private string $filepath;
|
|
||||||
|
|
||||||
private function age(): int
|
private function age(): int
|
||||||
{
|
{
|
||||||
return time() - filemtime($this->getFilepath());
|
return time() - filemtime($this->getFilepath());
|
||||||
|
|
Loading…
Reference in a new issue