-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Labels
Needs investigationNeed investigation about bugs described in issueNeed investigation about bugs described in issue
Description
- Laravel-mongodb Version: 3.9.0
- PHP Version: 8.1.2
- Database Driver & Version:
linux mongodb 5.0.8
Description:
Hi there,
Whenever i try to use saving and deleting methods i coudn't make it work.
Code:
`
public function saving($model)
{
dd($model);
}
public function updating($model)
{
dd($model);
}
public function deleting($model)
{
dd($model);
}
`
Steps to reproduce
1.Create an observer
2.Try using saving method
3.Try using deleting method
Expected behaviour
- Saving event should catch the model instance before updating
2.Deleting event should catch the model instance before deleting
Actual behaviour
1.Saving catches the model instance after updating
2.Deleting event never catches any event.
Logs:
Metadata
Metadata
Assignees
Labels
Needs investigationNeed investigation about bugs described in issueNeed investigation about bugs described in issue