Disable observeTenancyModelCreation
Hey everyone đź‘‹
Quick question — is there a way to disable
Resource::observeTenancyModelCreation()?
I tried setting $isScopedToTenant = false, but that didn’t seem to do anything.
The only workaround I found was calling Resource::scopeToTenant(false), but that feels a bit off since I’d then have to manually set $isScopedToTenant = true for every other resource.
Anyone know a cleaner way to handle this?0 Replies