ForgotPasswordNotification
extends Notification
in package
implements
ShouldQueue
uses
Queueable
Table of Contents
Interfaces
- ShouldQueue
Properties
- $url : string
Methods
- __construct() : mixed
- toMail() : MailMessage
- Get the mail representation of the notification.
- via() : array<int, string>
- Get the notification's delivery channels.
Properties
$url
public
string
$url
Methods
__construct()
public
__construct(string $url) : mixed
Parameters
- $url : string
toMail()
Get the mail representation of the notification.
public
toMail(object $notifiable) : MailMessage
Parameters
- $notifiable : object
Return values
MailMessagevia()
Get the notification's delivery channels.
public
via(object $notifiable) : array<int, string>
Parameters
- $notifiable : object