Tenants with a TenantResource for a superadmin
Is there a way to use tenancy with a
TenantResource
that is only accessible for a superadmin?1 Reply
Oke, adding
protected static bool $isScopedToTenant = false;
fixes it.