Update OLDLMS Appointment & Livechat Status

This commit is contained in:
R
2023-02-15 09:03:13 +07:00
parent d8a98f4648
commit b225084991
2 changed files with 10 additions and 10 deletions

View File

@@ -16,7 +16,7 @@ class Livechat extends Model
1 => 'Diterima',
2 => 'Ditolak',
3 => 'Selesai',
4 => 'Dibatalkan',
4 => 'Expired',
];
const CREATED_AT = 'dCreateOn';