CartCardit
in package
implements
ShouldQueue
Uses
Dispatchable, InteractsWithQueue, Queueable, SerializesModels
Interfaces, Classes and Traits
- ShouldQueue
Table of Contents
- $cart_id : mixed
- $s : mixed
- __construct() : void
- Create a new job instance.
- handle() : void
- Execute the job.
Properties
$cart_id
private
mixed
$cart_id
$s
private
mixed
$s
Methods
__construct()
Create a new job instance.
public
__construct(mixed $cart_id, mixed $s) : void
Parameters
- $cart_id : mixed
- $s : mixed
Return values
void —handle()
Execute the job.
public
handle() : void