Importer Multi-Tenancy
Hi, everybody!
I just have a simple question for the Prebuilt Import Action.
How do i access the tenant, in the importer. I tied with boot method, tried with filament()->getTenant() in the resolveRecord(), but it did't work.
Thanks in advance!
I just have a simple question for the Prebuilt Import Action.
How do i access the tenant, in the importer. I tied with boot method, tried with filament()->getTenant() in the resolveRecord(), but it did't work.
Thanks in advance!
Solution
GitHub
Hi, I have a multi-tenancy setup and I'm trying to access Filament::getTenant() inside an importer class. The method returns null. Upon further investigation, the route filament.imports.failed-...
