Bogardo\Mailgun\Mail\Mailer::renderView PHP Method

renderView() protected method

Render the view.
protected renderView ( string $view, array $data ) : string
$view string
$data array
return string
    protected function renderView($view, array $data)
    {
        return $this->view->make($view, $data)->render();
    }