propelorm / Propel2

Propel2 is an open-source high-performance Object-Relational Mapping (ORM) for modern PHP
http://propelorm.org/
MIT License
1.26k stars 396 forks source link

Post{Save,Insert,Update,Delete} methods returns nothing #1829

Closed fbourigault closed 2 years ago

fbourigault commented 2 years ago

This is possible because doSave and delete doesn't use any return value from those functions.