X7ROOT File Manager
Current Path:
/home/gfecatvj/sites/vendor/illuminate/contracts/Auth
home
/
gfecatvj
/
sites
/
vendor
/
illuminate
/
contracts
/
Auth
/
📁
..
📁
Access
📄
Authenticatable.php
(948 B)
📄
CanResetPassword.php
(414 B)
📄
Factory.php
(457 B)
📄
Guard.php
(973 B)
📁
Middleware
📄
MustVerifyEmail.php
(666 B)
📄
PasswordBroker.php
(1.19 KB)
📄
PasswordBrokerFactory.php
(248 B)
📄
StatefulGuard.php
(1.5 KB)
📄
SupportsBasicAuth.php
(635 B)
📄
UserProvider.php
(1.34 KB)
Editing: MustVerifyEmail.php
<?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(); }
Upload File
Create Folder