Commit d549aa39 by Alexander Makarov

Fixed method name

parent 9c9ce298
...@@ -43,6 +43,6 @@ class Action extends \yii\base\Action ...@@ -43,6 +43,6 @@ class Action extends \yii\base\Action
*/ */
public function getHelp() public function getHelp()
{ {
return HelpParser::getDescriptionForConsole(new \ReflectionClass($this)); return HelpParser::getFull(new \ReflectionClass($this));
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment