class SyncTags implements ShouldQueue (View source)

Traits

Dispatchable
InteractsWithQueue
Queueable
SerializesModels

Properties

protected $tries
protected $model

The product instance.

protected $tags

The option values to use to generate variants.

Methods

void
__construct(Model $model, Collection $tags)

Create a new job instance.

void
handle()

Execute the job.

Details

void __construct(Model $model, Collection $tags)

Create a new job instance.

Parameters

Model $model
Collection $tags

Return Value

void

void handle()

Execute the job.

Return Value

void