class VideosDeleted extends VolumeFilesDeleted

Traits

Dispatchable

Properties

array $uuids

UUIDs of deleted images/videos.

from  VolumeFilesDeleted

Methods

void
__construct(string|array $uuids)

Create a new event instance.

Details

in VolumeFilesDeleted at line 24
void __construct(string|array $uuids)

Create a new event instance.

Parameters

string|array $uuids

UUIDs of the deleted images/videos.

Return Value

void