(int) config('auth.verification.expire', 60), 'userName' => $this->user->name, 'verificationUrl' => $this->verificationUrl, ], ); } /** * Get the attachments for the message. * * @return array */ public function attachments(): array { return []; } }