diff --git a/app/Services/MessageNoticeService.php b/app/Services/MessageNoticeService.php index 0c51101..ca3e899 100644 --- a/app/Services/MessageNoticeService.php +++ b/app/Services/MessageNoticeService.php @@ -30,6 +30,7 @@ class MessageNoticeService extends BaseService $fields = [ 'notice_id', 'read_status', + 'inquiry_type', 'from_name', 'notice_brief_title', 'notice_title',