dev
Jing Li 2023-08-31 19:43:31 +08:00
parent 8cdf72150d
commit a73ba36aa9
1 changed files with 0 additions and 4 deletions

View File

@ -43,10 +43,6 @@ class WormReportCommand extends Command
->where('type', DeviceType::Worm)
->get();
if ($devices->isEmpty()) {
return;
}
foreach ($devices as $device) {
$this->info('==================================');
$this->createReport($device);