Свойство | Тип | Описание | |
---|---|---|---|
$token | string | The password reset token. |
Метод | Описание | |
---|---|---|
__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 | ||
Результат | Illuminate\Notifications\Messages\MailMessage |