Bånder

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

Methods

toMail()

Get the mail representation of the notification.

public toMail(object $notifiable) : MailMessage
Parameters
$notifiable : object
Return values
MailMessage

via()

Get the notification's delivery channels.

public via(object $notifiable) : array<int, string>
Parameters
$notifiable : object
Return values
array<int, string>

        
On this page

Search results