esbenp/bruno

Use in ManyToMany realations

akoSalman opened this issue · 1 comments

Can this package be used in n To n relations?
If i have this scenario :
Models
Answer
Question
AnswerQuestion

How to get All questions that have a specific answer?.

It does work for Many-to-many relationships, although breaking changes were made in Laravel 5.5, which breaks these relationships because of the renaming of some of the relationship functions. See: laravel/framework#20869 (comment)