GenerateReportJob
class GenerateReportJob extendsJob implementsShouldQueue
Traits
InteractsWithQueue
SerializesModels
Queueable
Dispatchable
Properties
Report | $report | The report that should be generated. |
Methods
handle()
Execute the job.
Details
at line30
__construct(Report$report)
Create a new job instance.
at line38
handle()
Execute the job.