optimize
This commit is contained in:
@@ -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) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user