PHP Class App\Mail\ContactFormSubmitted

Inheritance: extends Illuminate\Mail\Mailable, implements Illuminate\Contracts\Queue\ShouldQueue, use trait Illuminate\Bus\Queueable, use trait Illuminate\Queue\SerializesModels
Show file Open project: spatie-custom/blender

Public Properties

Property Type Description
$formResponse App\Models\FormResponse

Public Methods

Method Description
__construct ( App\Models\FormResponse $formResponse ) Create a new message instance.
build ( ) Build the message.

Method Details

__construct() public method

Create a new message instance.
public __construct ( App\Models\FormResponse $formResponse )
$formResponse App\Models\FormResponse

build() public method

Build the message.
public build ( )

Property Details

$formResponse public property

public FormResponse,App\Models $formResponse
return App\Models\FormResponse