class GenerateReportJob extendsJob implementsShouldQueue

Traits

InteractsWithQueue
SerializesModels
Queueable
Dispatchable

Properties

Report $report The report that should be generated.

Methods

__construct(Report$report)

Create a new job instance.

handle()

Execute the job.

Details

at line30
__construct(Report$report)

Create a new job instance.

Parameters

Report $report The report to generate

at line38
handle()

Execute the job.