cleanupExpired(); if ($count <= 0) { $this->info('No expired notifications found to soft delete.'); return self::SUCCESS; } $this->info("Soft-deleted {$count} expired notifications."); return self::SUCCESS; } }