info('Disappearing messages feature is disabled'); return Command::SUCCESS; } $this->info('Dispatching job to delete expired disappearing messages...'); // Dispatch to 'low' queue DeleteExpiredWireChatMessagesJob::dispatch(); $this->info('Job dispatched to low queue!'); return Command::SUCCESS; } }