option('this_id'); $lastId = $this->option('last_id'); $this->info("thisId: $thisId, lastId: $lastId"); SendLoginNotify::dispatch($thisId, $lastId); return Command::SUCCESS; } }