class DeleteVolume extendsJob implementsShouldQueue

Traits

SerializesModels
Queueable
Dispatchable

Properties

Volume $volume The volume that should be deleted.

Methods

void
__construct(Volume$volume)

Create a new job instance.

void
handle()

Execute the job.

Details

at line27
void __construct(Volume$volume)

Create a new job instance.

Parameters

Volume $volume The volume that should be deleted.

Return Value

void

at line37
void handle()

Execute the job.

Return Value

void