class DeleteStorageRequestDirectory extends Job implements ShouldQueue

Traits

InteractsWithQueue
Queueable
Dispatchable

Properties

string $path

Directory path to be deleted.

bool $pending

Whether the request of the file was pending or not.

Methods

__construct(StorageRequest $request)

Create a new job instance.

handle()

Execute the job.

Details

at line 35
__construct(StorageRequest $request)

Create a new job instance.

Parameters

StorageRequest $request

at line 44
handle()

Execute the job.