tattersoftware / codeigniter4-relations

Entity relationships for CodeIgniter 4
MIT License
87 stars 20 forks source link

Call to undefined function Tatter\Relations\Traits\plural #15

Closed eafarooqi closed 3 years ago

eafarooqi commented 3 years ago

when saving the data with addFunction need to load inflector helper.

helper('inflector');

MGatner commented 3 years ago

Good catch! _verifyRelatable() needs to be added to EntityTrait::__call(), that should handle this.

MGatner commented 3 years ago

Closed by #19