class GenerateReportJob extends Job implements ShouldQueue

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 line 30
__construct(Report $report)

Create a new job instance.

Parameters

Report $report

The report to generate

at line 38
handle()

Execute the job.