staudenmeir / belongs-to-through

Laravel Eloquent BelongsToThrough relationships
MIT License
1.15k stars 88 forks source link

Add support for Relation changes in Laravel 5.4 #22

Closed YordiLorenzo closed 7 years ago

YordiLorenzo commented 7 years ago

Rename getRelationQuery to getRelationExistenceQuery for Laravel 5.4 compatibility. Removed usage of moved wrap() method.

YordiLorenzo commented 7 years ago

@znck when will you merge this PR?