line(__('domains/identity/notifications.governance.user_activated.intro')) ->line(__('domains/identity/notifications.governance.user_activated.body')) ->line(__('domains/identity/notifications.governance.user_activated.outro')) ->render(); return new Content( htmlString: $message, ); } /** * Get the attachments for the message. * * @return array */ public function attachments(): array { return []; } }