sleeping-owl / with-join

Package to convert Eloquent BelongsTo subqueries into one query with left join
MIT License
92 stars 24 forks source link

Use $includes array for settings references #3

Closed delaet closed 9 years ago

delaet commented 9 years ago

It now uses the includes array to set the references. I also added a test.

delaet commented 9 years ago

Thanks for the merge. I see some wrong code formatting. Can you correct that?

sleeping-owl commented 9 years ago

Fixed