I use SoftDeletes trait in my model, and an Observer which works great for every event.
But when i forceDelete a model, both deleted and forceDeleted methods are fired, so my notifications are fired twice.
The only thread i found got no answers : https://github.com/laravel/framework/discussions/36191
Is there anyway to "quiet" the deleted method or something similar ?
Any help appreciated ! Julien