The model [App\Models\Team] does not have a relationship named [customer]. You can change the relationship being used by setting it as the [$tenantRelationshipName] static property on the [App\Filament\App\Resources\ProjectResource] resource class.
The model [App\Models\Team] does not have a relationship named [customer]. You can change the relationship being used by setting it as the [$tenantRelationshipName] static property on the [App\Filament\App\Resources\ProjectResource] resource class.
Which is a valid error. But how can I instruct Filament to go into the customer model and look for the tenant over there?