Hi, i have a simple ask! How i can discover what field was changed in model class?
Thanks so much!
You have to enable snapshots and then you can use methods like getChangedFields or hasChanged
https://docs.phalcon.io/en/latest/reference/models.html#record-snapshots
Thanks