VerifyEmail
class VerifyEmail extends VerifyEmail implements ShouldQueue
Traits
Queueable
Methods
MailMessage
buildMailMessage(string $url)
Get the verify email notification mail message for the given URL.
string
verificationUrl(mixed $notifiable)
Get the verification URL for the given notifiable.
Details
at line 22
protected MailMessage
buildMailMessage(string $url)
Get the verify email notification mail message for the given URL.
at line 37
protected string
verificationUrl(mixed $notifiable)
Get the verification URL for the given notifiable.