mirror of
https://github.com/predis/predis.git
synced 2026-08-29 19:55:45 +00:00
9901233fa1
Previously the getClientFor() method in a subclass of Predis\Client returned an instance of Predis\Client instead of a new instance of the subclass. The new behaviour is more correct.