MustVerifyEmail
trait MustVerifyEmail
Properties
| string | |||
| null|CarbonInterface | $email_verified_at |
Methods
bool
hasVerifiedEmail()
Determine if the user has verified their email address.
bool
markEmailAsVerified()
Mark the user's email as verified.
bool
markEmailAsUnverified()
Mark the user's email as unverified.
void
sendEmailVerificationNotification()
Send the email verification notification.
string
getEmailForVerification()
Get the email address that should be used for verification.
void
notify(mixed $instance)
No description
Details
at line 21
bool
hasVerifiedEmail()
Determine if the user has verified their email address.
at line 29
bool
markEmailAsVerified()
Mark the user's email as verified.
at line 39
bool
markEmailAsUnverified()
Mark the user's email as unverified.
at line 49
void
sendEmailVerificationNotification()
Send the email verification notification.
at line 57
string
getEmailForVerification()
Get the email address that should be used for verification.
at line 16
void
notify(mixed $instance)
No description