PHP 8.3.31
Preview: CanResetPassword.php Size: 625 B
/home/getspomw/royalsquad.us/vendor/laravel/framework/src/Illuminate/Auth/Passwords/CanResetPassword.php

<?php

namespace Illuminate\Auth\Passwords;

use Illuminate\Auth\Notifications\ResetPassword as ResetPasswordNotification;

trait CanResetPassword
{
    /**
     * Get the e-mail address where password reset links are sent.
     *
     * @return string
     */
    public function getEmailForPasswordReset()
    {
        return $this->email;
    }

    /**
     * Send the password reset notification.
     *
     * @param  string  $token
     * @return void
     */
    public function sendPasswordResetNotification(#[\SensitiveParameter] $token)
    {
        $this->notify(new ResetPasswordNotification($token));
    }
}

Directory Contents

Dirs: 0 × Files: 7

Name Size Perms Modified Actions
3.32 KB lrw-rw-rw- 2025-09-17 06:52:56
Edit Download
625 B lrw-rw-rw- 2025-09-17 06:52:56
Edit Download
6.09 KB lrw-rw-rw- 2025-09-17 06:52:56
Edit Download
6.03 KB lrw-rw-rw- 2025-09-17 06:52:56
Edit Download
3.99 KB lrw-rw-rw- 2025-09-17 06:52:56
Edit Download
1010 B lrw-rw-rw- 2025-09-17 06:52:56
Edit Download
1.19 KB lrw-rw-rw- 2025-09-17 06:52:56
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).