BookStack\User::sendPasswordResetNotification PHP Метод

sendPasswordResetNotification() публичный Метод

Send the password reset notification.
public sendPasswordResetNotification ( string $token ) : void
$token string
Результат void
    public function sendPasswordResetNotification($token)
    {
        $this->notify(new ResetPassword($token));
    }