App\Mail\Welcome::build PHP Méthode

build() public méthode

Build the message.
public build ( )
    public function build()
    {
        return $this->to($this->user->email)->subject('Welkom bij' . config('app.url'))->view('mails.auth.front.welcome');
    }