mirror of
https://github.com/predis/predis.git
synced 2026-09-20 15:26:46 +00:00
Remove an almost useless method from Predis\Profile\ServerProfile.
This commit is contained in:
@@ -180,18 +180,6 @@ abstract class ServerProfile implements ServerProfileInterface, CommandProcessin
|
||||
return $command;
|
||||
}
|
||||
|
||||
/**
|
||||
* Defines new commands in the server profile.
|
||||
*
|
||||
* @param array $commands Named list of command IDs and their classes.
|
||||
*/
|
||||
public function defineCommands(Array $commands)
|
||||
{
|
||||
foreach ($commands as $alias => $command) {
|
||||
$this->defineCommand($alias, $command);
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Defines a new commands in the server profile.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user