UserDiskExpiresSoon
class UserDiskExpiresSoon extends Notification implements ShouldQueue
Traits
Queueable
SerializesModels
Properties
protected UserDisk | $disk | The storage disk that was confirmed |
|
protected bool | $deleteWhenMissingModels | Ignore this job if the disk 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.
array
toArray(mixed $notifiable)
Get the array representation of the notification.
Details
at line 37
void
__construct(UserDisk $disk)
Create a new notification instance.
at line 48
array
via(mixed $notifiable)
Get the notification's delivery channels.
at line 69
MailMessage
toMail(mixed $notifiable)
Get the mail representation of the notification.
at line 87
array
toArray(mixed $notifiable)
Get the array representation of the notification.