AssembleChunkedFile
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
handle()
Execute the job.
Details
at line 41
__construct(StorageRequestFile $file)
Create a new job instance.
at line 53
handle()
Execute the job.