msg = $msg; } /** * Build the message. * * @return $this */ public function build() { $admins = config('pixelfed.domain.app') . ' admins'; return $this->markdown('emails.notification.admin_message') ->with(['msg' => $this->msg]) ->subject('Message from ' . $admins); } }