FIX_CLAIM_STATUS

This commit is contained in:
VENKATESHWARAN 2025-11-17 10:54:38 +05:30
parent ab1f3d6a9f
commit e3552768e3
2 changed files with 1660 additions and 1751 deletions

File diff suppressed because it is too large Load Diff

View File

@ -12,7 +12,7 @@ class TicketClaimStatusModel extends Model
protected $returnType = 'array';
protected $useSoftDeletes = false;
protected $protectFields = true;
protected $allowedFields = ["id", "ticket_type", "claim_status", "created_by", "updated_by", "is_active"];
protected $allowedFields = ["id", "ticket_type", "claim_status", "display_name", "created_by", "updated_by", "is_active"];
// Callbacks
protected $allowCallbacks = true;