Drop CommandForm::getHelp() as being obsolete
This commit is contained in:
parent
a2f88dc60f
commit
b9ac42b54d
|
@ -43,16 +43,6 @@ abstract class CommandForm extends Form
|
|||
return $this->backend;
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the command help description
|
||||
*
|
||||
* @return string|null
|
||||
*/
|
||||
public function getHelp()
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the transport used to send commands
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue