kirkbushell / eloquence

A drop-in library for certain database functionality in Laravel, that allows for extra features that may never make it into the main project.
MIT License
543 stars 58 forks source link

Now supports model relations in camelCase #6

Closed ncskrypt closed 10 years ago

ncskrypt commented 10 years ago

Just overloaded the relationsToArray() similar to method for attributesToArray()

kirkbushell commented 10 years ago

Thank you very much, @linxgws!