EmailVerified
extends Mailable
in package
uses
Queueable, SerializesModels
Table of Contents
Properties
- $data : mixed
Methods
- __construct() : void
- Create a new message instance.
- build() : $this
- Build the message.
Properties
$data
public
mixed
$data
Methods
__construct()
Create a new message instance.
public
__construct([array<string|int, mixed> $data = [] ]) : void
Parameters
- $data : array<string|int, mixed> = []
build()
Build the message.
public
build() : $this