class RemoveStorageSymlinks implements ShouldQueue (View source)

Traits

Dispatchable
InteractsWithQueue
Queueable
SerializesModels

Properties

Tenant $tenant

Methods

void
__construct(Tenant $tenant)

Create a new job instance.

void
handle()

Execute the job.

Details

void __construct(Tenant $tenant)

Create a new job instance.

Parameters

Tenant $tenant

Return Value

void

void handle()

Execute the job.

Return Value

void