class MarkAsNewCustomer implements ShouldQueue (View source)

Traits

Dispatchable
InteractsWithQueue
Queueable
SerializesModels

Properties

protected $tries
protected Model $orderId

The product instance.

Methods

void
__construct($orderId)

Create a new job instance.

void
handle()

Execute the job.

Details

void __construct($orderId)

Create a new job instance.

Parameters

$orderId

Return Value

void

void handle()

Execute the job.

Return Value

void