Model saved event firing twice
I don't have any custom observers/events in this project. I have a model called File and when I upload a file in Filament the saved event on the model fires twice. When I manually create an entry in this model with tinker it only fires once. Anyone have any ideas? I've looked for stray
I'm going to try and create a new fresh model to test as well, just curious if anyone has run into this? Searching I can't find anything so I suspect it's something dumb I've done somehow but not seeing it yet.
$model->update() and $model->save() and anything that could be listening. I'm going to try and create a new fresh model to test as well, just curious if anyone has run into this? Searching I can't find anything so I suspect it's something dumb I've done somehow but not seeing it yet.