mirror of
https://github.com/predis/predis.git
synced 2026-08-30 20:21:31 +00:00
Make CommandPipeline::recordCommand() overridable by subclasses.
This commit is contained in:
@@ -21,7 +21,7 @@ class CommandPipeline {
|
||||
return $this;
|
||||
}
|
||||
|
||||
private function recordCommand(ICommand $command) {
|
||||
protected function recordCommand(ICommand $command) {
|
||||
$this->_pipelineBuffer[] = $command;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user