Multi tenant support
fernandocoronatomf opened this issue · 4 comments
fernandocoronatomf commented
Hi,
Thank you for the package... I tried to use it with a multi tenant package and as soon as I do
static::hasManySaved(function ($parent, $related) { dd('hello'); });
I can't even run migrations anymore, it says my database is not configured.
Any idea that can help me to figure out the problem?
chelout commented
Can you show me your model code?
chelout commented
And what package/version do you use as multi tenant?
fernandocoronatomf commented
The package I am using is
chelout commented
I’ve tried basic install of this two packages, everything works fine.
Well, can you guide me to reproduce an error?