Renato
Renato
Thanks, but yes my custom Bouncer models do use tenant connection. The issue is only the User model -- when checking authorization with `Bouncer::can($ability)`, Bouncer resolves the User using Laravel's...
I set the bouncer user model on the AppServiceProvider. I'm not using a package, but DB connection is not really the issue. When calling `Bouncer::can($ability)`, Bouncer defers to the gate:...
Thanks, @JosephSilber Do I still need to `Bouncer::useUserModel(...)` if I register my own Gate?