Cristian Bilu
Cristian Bilu
This is the output from your repo. Also, not wanting to be rude or anything, but, when providing a repo for people to test something, make sure the migrations run...
Well, after digging through the laravel code i kind of found out why(i think), when eager loading relationships the Relation::noContraints() is called so there will be no constraints in all...
For me this is a big issue because let's say we have the following: a Post model with a column 'tenant_id' User that has a relationship current_tenant() something like hasOne(Tenant::class)->where('active',...
> Relation::noContraints() is called so there will be no constraints in all the scopes either, neither in construct nor apply Apparently i tested this wrong, doing the query in the...
> [@wizzymore](https://github.com/wizzymore) what is your opinion on this eager load bug. Is it just a corner case (that can lead to data leaks) or it should be fixed? I consider...
You should enable Button Grid if not already enabled.