class DeleteStorageRequestFile extends Job implements ShouldQueue

Traits

InteractsWithQueue
Batchable
Queueable
Dispatchable

Properties

string $path

File path to be deleted.

bool $pending

Whether the request of the file was pending or not.

string $prefix

Directory prefix of the storage request.

array $chunks

Chunks of an uploaded file that was not assembled yet.

Methods

__construct(StorageRequestFile $file)

Create a new job instance.

handle()

Execute the job.

Details

at line 50
__construct(StorageRequestFile $file)

Create a new job instance.

Parameters

StorageRequestFile $file

at line 68
handle()

Execute the job.