class DeleteVideoThumbnails extendsJob implementsShouldQueue

Traits

Queueable
Dispatchable

Properties

protectedstring $uuid UUID of the video to delete the thumbnails of.

Methods

__construct(Video$video)

Create a new instance.

void
handle()

Execute the job.

Details

at line24
__construct(Video$video)

Create a new instance.

Parameters

Video $video The video of which the thumbnails should be deleted.

at line34
void handle()

Execute the job.

Return Value

void