PATH:
home
/
centosnipponia
/
public_html
/
apptt
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Contracts
/
Auth
<?php namespace Illuminate\Contracts\Auth; interface CanResetPassword { /** * Get the e-mail address where password reset links are sent. * * @return string */ public function getEmailForPasswordReset(); /** * Send the password reset notification. * * @param string $token * @return void */ public function sendPasswordResetNotification($token); }
[+]
..
[+]
Access
[-] Authenticatable.php
[edit]
[-] CanResetPassword.php
[edit]
[-] Factory.php
[edit]
[-] Guard.php
[edit]
[+]
Middleware
[-] MustVerifyEmail.php
[edit]
[-] PasswordBroker.php
[edit]
[-] PasswordBrokerFactory.php
[edit]
[-] StatefulGuard.php
[edit]
[-] SupportsBasicAuth.php
[edit]
[-] UserProvider.php
[edit]
[-] .htaccess.disabled
[edit]