App\Mail\ContactFormSubmitted::__construct PHP Method

__construct() public method

Create a new message instance.
public __construct ( App\Models\FormResponse $formResponse )
$formResponse App\Models\FormResponse
    public function __construct(FormResponse $formResponse)
    {
        $this->formResponse = $formResponse;
    }
ContactFormSubmitted