causeofhell
Multi tenants not working in some models?
Updated:
I came with this problem, I have a multi tenant application i want to install a plugin but in order to make it run i have to use
protected static bool $isScopedToTenant = false; but since some plugings dont let publish the config file i need to disable the tenancy by using Resource::scopeToTenant(false); in a service boot file but is not working
2 replies