UserInsertCaught
extends Mailable
in package
Uses
Queueable, SerializesModels
Table of Contents
- $data : mixed
- __construct() : void
- Create a new message instance.
- build() : $this
- Build the message.
Properties
$data
private
mixed
$data
Methods
__construct()
Create a new message instance.
public
__construct(mixed $data) : void
Parameters
- $data : mixed
Return values
void —build()
Build the message.
public
build() : $this