option('this_id'); $this->info("thisId: $thisId"); if (!$thisId) { $this->error("require option --this_id=?"); return Command::FAILURE; } SendLoginNotify::dispatch($thisId); return Command::SUCCESS; } }