cleanupExpired(); $this->info("Expired demos removed: {$deletedCount}"); return self::SUCCESS; } catch (Throwable $exception) { report($exception); $this->error($exception->getMessage()); return self::FAILURE; } } }