App\Mail\Welcome::build PHP Method

build() public method

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');
    }