StorageRequestSubmitted
class StorageRequestSubmitted extends Notification implements ShouldQueue
Traits
Queueable
SerializesModels
Properties
StorageRequest | $request | The storage request that was submitted |
|
protected bool | $deleteWhenMissingModels | Ignore this job if the image does not exist any more. |
Methods
void
array
via(mixed $notifiable)
Get the notification's delivery channels.
MailMessage
toMail(mixed $notifiable)
Get the mail representation of the notification.
Details
at line 36
void
__construct(StorageRequest $request)
Create a new notification instance.
at line 47
array
via(mixed $notifiable)
Get the notification's delivery channels.
at line 58
MailMessage
toMail(mixed $notifiable)
Get the mail representation of the notification.