add action date to safety

This commit is contained in:
2025-04-12 16:13:49 +03:30
parent a643bdf626
commit 52f22656e2
2 changed files with 3 additions and 2 deletions

View File

@@ -36,6 +36,7 @@ class SafetyAndPrivacy extends Model
'action_picture_document_upload_date',
'axis_type_id',
'axis_type_name',
'action_date'
];
public $table = "safety_and_privacy";