MldByMail
in package
implements
ShouldQueue
Uses
Dispatchable, InteractsWithQueue, Queueable, SerializesModels
Interfaces, Classes and Traits
- ShouldQueue
Table of Contents
- $data : mixed
- $xlsx : mixed
- __construct() : void
- Create a new job instance.
- handle() : void
- Execute the job.
Properties
$data
private
mixed
$data
$xlsx
private
mixed
$xlsx
Methods
__construct()
Create a new job instance.
public
__construct(mixed $data, mixed $xlsx) : void
Parameters
- $data : mixed
- $xlsx : mixed
Return values
void —handle()
Execute the job.
public
handle() : void