DeleteStorageRequestDirectory
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
handle()
Execute the job.
Details
at line 35
__construct(StorageRequest $request)
Create a new job instance.
at line 44
handle()
Execute the job.