Merge remote-tracking branch 'origin/staging' into origin/production
This commit is contained in:
@@ -19,8 +19,8 @@ class MemberAlarmCenterResources extends JsonResource
|
||||
'memberId' => $this->member_id,
|
||||
'fullName' => $this->full_name,
|
||||
'service' => $this->service_code,
|
||||
'start_date' => $this->start_date,
|
||||
'end_date' => $this->end_date,
|
||||
'start_date' => $this->members_effective_date,
|
||||
'end_date' => $this->members_expire_date,
|
||||
'status' => $this->active,
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user