StorageRequestRejected
class StorageRequestRejected extends Notification implements ShouldQueue
Traits
Queueable
SerializesModels
Properties
protected string | $reason | Reason why the request was rejected. |
Methods
void
__construct(string $reason)
Create a new notification instance.
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 29
void
__construct(string $reason)
Create a new notification instance.
at line 40
array
via(mixed $notifiable)
Get the notification's delivery channels.
at line 61
MailMessage
toMail(mixed $notifiable)
Get the mail representation of the notification.
at line 78
array
toArray(mixed $notifiable)
Get the array representation of the notification.