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