Access the current tenant in the importer resolveRecord() method
I'm using filament multitenancy. And I created an import for users. However, when I try to access the current tenant in the resolveRecord method to associate the user with the team I get Call to a member function members() on null.
My team model has
My team model has