fix devops error
This commit is contained in:
@@ -26,15 +26,9 @@ class VerifyEmail extends BaseEmail
|
||||
);
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the verify email notification mail message for the given URL.
|
||||
*
|
||||
* @param string $url
|
||||
* @return \Illuminate\Notifications\Messages\MailMessage
|
||||
*/
|
||||
protected function buildMailMessage($url)
|
||||
{
|
||||
return (new MailMessage)
|
||||
return (new MailMessage())
|
||||
->markdown('boilerplate::notifications.email')
|
||||
->subject(__('Verify Email Address'))
|
||||
->line(__('Please click the button below to verify your email address.'))
|
||||
|
||||
Reference in New Issue
Block a user