Child Relationship of Tenant Model
Hi, I am currently working on a simple tenancy application. The tenant has some relationships, e.g.
That's my current approach
which gives me the following error:
Which is a valid error. But how can I instruct Filament to go into the customer model and look for the tenant over there?
customers or users. The Customer model has a relation to projects. I can't figure out, how to implement this child-relationship to Tenant.That's my current approach
which gives me the following error:
Which is a valid error. But how can I instruct Filament to go into the customer model and look for the tenant over there?