contact = $contact; } /** * Execute the job. * * @return void */ public function handle() { // generate the default avatar app(GetGravatar::class)->execute([ 'contact_id' => $this->contact->id, ]); } }