4spacesdk / CI4OrmExtension

OrmExtension for CodeIgniter 4
MIT License
50 stars 9 forks source link

beforeInsert and beforeupdate model event callbacks don't seem to work #17

Closed etcware closed 2 years ago

etcware commented 2 years ago

i have a previously working user model with beforeinsert and beforeupdate events (to hash password), after integrating with CI4OrmExtension these events don't work.

etcware commented 2 years ago

Sorry, I would like to close this issue, I debugged CI4 and my beforeinsert and beforeupdate callback were bugged.