-
Notifications
You must be signed in to change notification settings - Fork 339
Open
Description
Hello Team,
First of all, thanks for the brillant job you achieved. It's really well implemented and time saving.
Nevertheless, I'm facing issues using the package in a multitenancy system where there is a permission management in each tenant database and also in the landlord database (means 02 levels of permission management implemented via 02 database connections).
First, I'm forced to use class name in the migration file generated by the package. When I convert it to anonymous class syntax, I get errors running migrations.
Second, I have a dedicated folder for tenant migrations and landlord migrations located the usual place. When running migrations (forced to use class name syntax), I get an error too.
So, my questions are:
- Why not make use of anonymous class syntax for the package migration?
- Is it possible to specify the connection used by the
Bouncerfacade?
Metadata
Metadata
Assignees
Labels
No labels
