This commit is contained in:
grandeljay 2022-06-09 09:17:51 +02:00
parent 7b05f2aa2b
commit 098c1c3783

View file

@ -11,8 +11,6 @@ class Cache
/**
* Private
*/
private string $filepath;
private function age(): int
{
return time() - filemtime($this->getFilepath());