This commit is contained in:
as2252258@163.com
2021-03-28 16:15:55 +08:00
parent 86e8ad68e9
commit d910a251fe
+2
View File
@@ -95,6 +95,8 @@ class Shutdown extends Component
}
foreach ($dir as $value) {
/** @var \DirectoryIterator $value */
if ($value->isDot()) continue;
if (!$value->valid()) continue;
$this->close($value->getRealPath());