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 30
__construct(Report $report)
Create a new job instance.
at line 38
handle()
Execute the job.