Property | Type | Description | |
---|---|---|---|
$token | string | The password reset token. |
Method | Description | |
---|---|---|
__construct ( string $token ) | Create a notification instance. | |
toMail ( ) : Illuminate\Notifications\Messages\MailMessage | Build the mail representation of the notification. | |
via ( mixed $notifiable ) : array | string | Get the notification's channels. |
public __construct ( string $token ) | ||
$token | string |
public toMail ( ) : Illuminate\Notifications\Messages\MailMessage | ||
return | Illuminate\Notifications\Messages\MailMessage |