mirror of
https://github.com/Karaka-Management/Resources.git
synced 2026-01-10 21:08:41 +00:00
Merge branch 'develop'
This commit is contained in:
commit
562c537136
|
|
@ -91,7 +91,7 @@ class Cache
|
|||
/** @var \DirectoryIterator $item */
|
||||
foreach ($iterator as $item) {
|
||||
if (!$item->isDot()
|
||||
&& $item->isFile()
|
||||
&& \is_file($item->getPathname())
|
||||
&& !$this->isDotFile($item)
|
||||
&& $this->isOld($item)) {
|
||||
unlink($item->getPathname());
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user