I am using Laravel 7.x. I wanna delete an old thumbnail image after updating a record. But, when I use static::updating() in a model boot() method, it
static::updating()
boot()