class DeleteAnnotationPatchChunk extends Job

Traits

Queueable
Dispatchable

Properties

string $disk

Storage disk to delete files in.

string $files

Files to delete in the storage disk.

Methods

__construct(string $disk, array $files)

Create a new isntance.

void
handle()

Handle the event.

Details

at line 30
__construct(string $disk, array $files)

Create a new isntance.

Parameters

string $disk
array $files

List of files to delete in the storage disk.

at line 41
void handle()

Handle the event.

Return Value

void