login = $login; $this->password = $password; $this->url = config('app.frontend_url'); } /** * Build the message. * * @return $this */ public function build(): self { return $this->markdown('emails.invite'); } }