Multi-Tenancy HasManyThrough Tenant Relationship
Has anyone successfully setup a resource that has a HasManyThrough relationship to the tenant?
This seems to work 90%. However, when creating a new record that has a HasManyThrough relationship to the tenant, I'm getting the following:
It doesn't seem like Filament should be attempting to call the
This seems to work 90%. However, when creating a new record that has a HasManyThrough relationship to the tenant, I'm getting the following:
Call to undefined method Illuminate\Database\Eloquent\Relations\HasManyThrough::save()It doesn't seem like Filament should be attempting to call the
save method on the tenant relationship when that relationship is a distant relationship via intermediate models.