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