Alert
class Alert extends Notification
Properties
string | $connections | Queue connection name. |
|
string | $queue | Queue name. |
|
string | $size | Queue size. |
Methods
__construct(string $connection, string $queue, int $size)
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.
Details
at line 34
__construct(string $connection, string $queue, int $size)
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.