Closed Mishkoo93 closed 1 year ago
We use several Clickhouses in our projects, and adding this variable will allow us to use this library more flexibly.
Because if we try to override getClient method, we get phpstan error, code duplicating... but we can in model simply override connection property.
Hi @Mishkoo93
Good solution, thank you.
Thanks! =)
We use several Clickhouses in our projects, and adding this variable will allow us to use this library more flexibly.
Because if we try to override getClient method, we get phpstan error, code duplicating... but we can in model simply override connection property.