data = $data; } /** * Execute the job. * * @return void */ public function handle() { Log::info($this->data); } }