add confirm and reject api

This commit is contained in:
2025-04-22 14:36:43 +03:30
parent 05060078a1
commit ef373a9f5b
4 changed files with 46 additions and 9 deletions

View File

@@ -39,7 +39,8 @@ class SafetyAndPrivacy extends Model
'action_date',
'status',
'final_description',
'is_finished'
'is_finished',
'supervisor_description'
];
public $table = "safety_and_privacy";