add new column to safety

This commit is contained in:
2025-04-27 14:24:37 +03:30
parent d0b9803d8d
commit 933a5165e7
5 changed files with 32 additions and 30 deletions

View File

@@ -43,7 +43,9 @@ class SafetyAndPrivacy extends Model
'supervisor_description',
'status_fa',
'need_judiciary',
'operator_description'
'operator_description',
'supervisor_name',
'supervisor_id'
];
public $table = "safety_and_privacy";