'Menunggu Konfirmasi', // 1 => 'Diterima', // 3 => 'Ditolak', // 2 => 'Selesai', // 4 => 'Expired', // ]; public $sStatusNames = [ 0 => 'Canceled by Doctor', 1 => 'Ended chat by patient', 2 => 'Resolved', 3 => 'Canceled by Doctor', 4 => 'Resolved', 5 => 'Ended chat by patient', 6 => 'Canceled by system' ]; const CREATED_AT = 'dCreateOn'; const UPDATED_AT = 'dUpdateOn'; const DELETED_AT = 'dDeleteOn'; protected $connection = 'oldlms'; protected $table = 'tx_livechat_summary'; protected $primaryKey = 'nID'; }