@CamJN Can you please check if that is still the case with current master?
Looking at the code I don't see where the parent constructor uses anything which uses the connection. In fact it looks the other way around in that getConnection needs $this->_hash to be set already, which is defined in the parent constructor.
I'm closing this PR since it's targeted against an old branch anyway. If yout think it's still an issue can you create a new PR against staging please? Thanks!
@CamJN Can you please check if that is still the case with current master?
Looking at the code I don't see where the parent constructor uses anything which uses the connection. In fact it looks the other way around in that
getConnection
needs$this->_hash
to be set already, which is defined in the parent constructor.I'm closing this PR since it's targeted against an old branch anyway. If yout think it's still an issue can you create a new PR against staging please? Thanks!