add notification count for supervise

This commit is contained in:
2025-04-27 13:55:29 +03:30
parent 9a0f152244
commit d0b9803d8d
4 changed files with 34 additions and 16 deletions

View File

@@ -42,7 +42,8 @@ class SafetyAndPrivacy extends Model
'is_finished',
'supervisor_description',
'status_fa',
'need_judiciary'
'need_judiciary',
'operator_description'
];
public $table = "safety_and_privacy";