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.

Parameters

string $url

Return Value

MailMessage

at line 37
protected string verificationUrl(mixed $notifiable)

Get the verification URL for the given notifiable.

Parameters

mixed $notifiable

Return Value

string