feat: implement barangay and household management with associated tests
This commit is contained in:
@@ -31,7 +31,7 @@ class VerifyEmailNotification extends BaseVerifyEmail
|
||||
|
||||
protected function buildMailMessage($url): MailMessage
|
||||
{
|
||||
return (new MailMessage())
|
||||
return (new MailMessage)
|
||||
->subject('Verify your Verde email')
|
||||
->greeting('Hello,')
|
||||
->line('Tap the button below to confirm your Verde account email address.')
|
||||
|
||||
Reference in New Issue
Block a user