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