class ApproveStorageRequest extends Job implements ShouldQueue

Traits

InteractsWithQueue
SerializesModels
Queueable
Dispatchable

Properties

StorageRequest $request

The storage request to confirm

protected bool $deleteWhenMissingModels

Ignore this job if the image does not exist any more.

Methods

__construct(StorageRequest $request)

Create a new job instance.

handle()

Execute the job.

Details

at line 37
__construct(StorageRequest $request)

Create a new job instance.

Parameters

StorageRequest $request

at line 45
handle()

Execute the job.