MasoniteFramework / orm

Masonite ORM is a beautiful Python ORM. It's also a nearly drop in replacement of the Orator ORM
https://orm.masoniteproject.com
MIT License
161 stars 47 forks source link

Issue with observer events when increment and decrement #805

Open LordDeveloper opened 1 year ago

girardinsamuel commented 1 year ago

Can you add details about what's the issue with observer events ?

girardinsamuel commented 1 year ago

Apparently the error is that it

Only fires updating model observer event

josephmancuso commented 1 year ago

Apparently the error is that it

Only fires updating model observer event

I was testing this yesterday a lot and they all fire

josephmancuso commented 1 year ago

oh nvm i didn't check with increment and decrement

LordDeveloper commented 1 year ago

oh nvm i didn't check with increment and decrement

Please check https://github.com/MasoniteFramework/orm/issues/805