ApproveStorageRequest
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
handle()
Execute the job.
Details
at line 37
__construct(StorageRequest $request)
Create a new job instance.
at line 45
handle()
Execute the job.