Duplicate queries in relation manager
I have a relation manager where I make some select field visible based on an eloquent model column filtered by a previous form field, when I check the queries in debugbar I see a lot of duplicated for the query in the visible() method, altthough nothing should repeat. Not sure what I am missing.
