#Importer Multi-Tenancy
7 messages · Page 1 of 1 (latest)
Chuck it in the importer contructor
Other examples here too
Hi, @torn ridge. Thanks for the answer. Yeah i tried with constructor, but i'am getting this error.
The error explains it 😉 You set it as static but are not calling it statically.
remove static from it.
Oh, yeah. Sorry, did not catch that. It worked, thank you so much!