Frank Wiebe
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
8 replies
Add tenant slug to Sparks return url
I'm using miltitenantcy, and Laravel Spark. When viewing the spark billing page, how do I set the url when clicking "Return to..." link? This link returns the user to "/" but I want it to return them to "/tenant-slug" where tenant-slug is the team slug. Any ideas?
11 replies