SyncTags
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.
void
handle()
Execute the job.