mirror of
https://github.com/predis/predis.git
synced 2026-08-30 12:15:03 +00:00
Fix wrong method visibility.
This commit is contained in:
@@ -24,7 +24,7 @@ class PrefixHelpers
|
||||
* @param ICommand $command Command instance.
|
||||
* @param string $prefix Prefix string.
|
||||
*/
|
||||
protected function first(ICommand $command, $prefix) {
|
||||
public function first(ICommand $command, $prefix) {
|
||||
$arguments = $command->getArguments();
|
||||
|
||||
$arguments[0] = "$prefix{$arguments[0]}";
|
||||
|
||||
Reference in New Issue
Block a user