url = config('app.frontend_url') . "/auth/register?token={$key}"; } /** * Build the message. * * @return $this */ public function build(): self { return $this->markdown('emails.registration'); } }