FIX_CLAIM_STATUS
This commit is contained in:
parent
ab1f3d6a9f
commit
e3552768e3
File diff suppressed because it is too large
Load Diff
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user