PATH:
home
/
centosnipponia
/
public_html
/
ts
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Contracts
/
Auth
<?php namespace Illuminate\Contracts\Auth; interface MustVerifyEmail { /** * Determine if the user has verified their email address. * * @return bool */ public function hasVerifiedEmail(); /** * Mark the given user's email as verified. * * @return bool */ public function markEmailAsVerified(); /** * Send the email verification notification. * * @return void */ public function sendEmailVerificationNotification(); /** * Get the email address that should be used for verification. * * @return string */ public function getEmailForVerification(); }
[+]
..
[+]
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]