status = $status; } /** * Execute the job. * * @return void */ public function handle() { StatusEntityLexer::dispatch($this->status); } }