CleanUserCoverAfterDeletePhotoJob
in package
implements
ShouldQueue, ShouldBeUnique
Uses
Dispatchable, InteractsWithQueue, Queueable, SerializesModels
Table of Contents
Interfaces
- ShouldQueue
- ShouldBeUnique
Properties
Methods
- __construct() : mixed
- handle() : void
- Execute the job.
- uniqueId() : string
- profileRepository() : UserProfileRepositoryInterface
Properties
$photo
private
Content
$photo
Methods
__construct()
public
__construct(Content $photo) : mixed
Parameters
- $photo : Content
handle()
Execute the job.
public
handle() : void
uniqueId()
public
uniqueId() : string
Return values
stringprofileRepository()
protected
profileRepository() : UserProfileRepositoryInterface