onQueue('high'); } /** * Execute the job. */ public function handle(): void { $this->user->sendVerificationEmail(); } }