$this->detail, 'activity_creator' => $this->user, ]; } /** * Build the common reason footer line used in mail messages. */ protected function buildReasonFooterLine(): LinkedMailMessageLine { return new LinkedMailMessageLine( url('/preferences/notifications'), trans('notifications.footer_reason'), trans('notifications.footer_reason_link'), ); } }