argument("torrent_id"); $this->info("torrentId: $torrentId"); if (!$torrentId) { $this->error("require argument torrent_id"); return Command::FAILURE; } TorrentCreated::dispatch($torrentId); return Command::SUCCESS; } }