user = $user; } /** * Execute the job. * * @return void */ public function handle() { $this->user->notify(new VerifyEmail()); } }