UpdateStatusToCompleted extends Job Uses InteractsWithQueue, Queueable, SerializesModels
Table of Contents
- $bookings : mixed
- The booking collection to email .
- __construct() : void
- Create a new job instance.
- handle() : void
- Execute the job.
Properties
$bookings
The booking collection to email .
protected
mixed
$bookings
Methods
__construct()
Create a new job instance.
public
__construct() : void
Return values
void —handle()
Execute the job.
public
handle() : void