/home/techb158/ileadtechnology.com/vendor/laravel/framework/src/Illuminate/Auth
NameSizeModeActions
Access/-0755rm
Console/-0755rm
Events/-0755rm
Listeners/-0755rm
Middleware/-0755rm
Notifications/-0755rm
Passwords/-0755rm
Authenticatable.php15740644editdlrm
AuthenticationException.php10880644editdlrm
AuthManager.php77930755editdlrm
AuthServiceProvider.php36900755editdlrm
composer.json11560644editdlrm
CreatesUserProviders.php25410644editdlrm
DatabaseUserProvider.php46150755editdlrm
EloquentUserProvider.php58000755editdlrm
GenericUser.php25540755editdlrm
GuardHelpers.php24190644editdlrm
LICENSE.md10750644editdlrm
MustVerifyEmail.php9790644editdlrm
Recaller.php17390644editdlrm
RequestGuard.php21220644editdlrm
SessionGuard.php236810644editdlrm
TokenGuard.php34430644editdlrm
Edit: /home/techb158/ileadtechnology.com/vendor/laravel/framework/src/Illuminate/Auth/MustVerifyEmail.php (979B)
email_verified_at); } /** * Mark the given user's email as verified. * * @return bool */ public function markEmailAsVerified() { return $this->forceFill([ 'email_verified_at' => $this->freshTimestamp(), ])->save(); } /** * Send the email verification notification. * * @return void */ public function sendEmailVerificationNotification() { $this->notify(new VerifyEmail); } /** * Get the email address that should be used for verification. * * @return string */ public function getEmailForVerification() { return $this->email; } }