This commit is contained in:
2024-01-11 12:01:02 +07:00
parent ec6b6679bb
commit 2318a9d844
7 changed files with 66 additions and 17 deletions

View File

@@ -80,6 +80,11 @@ class AppServiceProvider extends ServiceProvider
$this->logAuditTrail($model, 'deleted');
});
MemberPlan::deleted(function ($model) {
$this->logAuditTrail($model, 'deleted');
});
//Hospital
CorporateHospital::updated(function ($model) {