make send protected (send is private)
markkimsal opened this issue · 4 comments
markkimsal commented
I'm trying to subclass the client to add my own method (statsJob to get stats) but I cannot call $this->send from a subclass because it's private and not protected.
kelunik commented
How about just PRing that method? :-)
kelunik commented
@markkimsal ping.
kelunik commented
Yes, was about to comment that as well.