GenerateReportJob
class GenerateReportJob extends Job implements ShouldQueue
Traits
InteractsWithQueue
SerializesModels
Queueable
Dispatchable
Properties
Report | $report | The report that should be generated. |
Methods
handle()
Execute the job.
Details
at line 28
__construct(Report $report)
Create a new job instance.
at line 36
handle()
Execute the job.