mirror of
https://github.com/getformwork/formwork.git
synced 2025-02-23 01:02:46 +01:00
Remove FilesCache::__debugInfo()
This commit is contained in:
parent
8829de2348
commit
c5b00a6305
@ -100,12 +100,4 @@ class FilesCache extends AbstractCache
|
||||
$expires = $lastModified + $this->time;
|
||||
return time() < $expires;
|
||||
}
|
||||
|
||||
public function __debugInfo(): array
|
||||
{
|
||||
return [
|
||||
'path' => $this->path,
|
||||
'time' => $this->time
|
||||
];
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user