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