🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-15 07:17:06 | PHP 8.1.34
📂
/ (Root)
/
opt
/
cpanel
/
ea-wappspector
/
vendor
/
rector
/
rector
/
vendor
/
illuminate
/
contracts
/
Auth
📍 /opt/cpanel/ea-wappspector/vendor/rector/rector/vendor/illuminate/contracts/Auth
🔄 Refresh
✏️
Editing: MustVerifyEmail.php
Read Only
<?php namespace RectorPrefix202411\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(); }
💾 Save Changes
❌ Cancel