class AssembleChunkedFile extends Job implements ShouldQueue

Traits

Batchable
InteractsWithQueue
SerializesModels
Queueable
Dispatchable

Properties

StorageRequestFile $file

The file to assemble.

protected bool $deleteWhenMissingModels

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

Methods

__construct(StorageRequestFile $file)

Create a new job instance.

handle()

Execute the job.

Details

at line 38
__construct(StorageRequestFile $file)

Create a new job instance.

Parameters

StorageRequestFile $file

at line 50
handle()

Execute the job.