Commit 01d2291a by Alexander Makarov

Reverted accidentally edited HelloController

parent 00ca1cb4
...@@ -27,20 +27,4 @@ class HelloController extends Controller ...@@ -27,20 +27,4 @@ class HelloController extends Controller
{ {
echo $message . "\n"; echo $message . "\n";
} }
public function actionTest()
{
echo 'Test?';
}
// public function getDescription($actionID = null)
// {
// return "I'm custom description for $actionID!";
// }
public function getHelp($actionID = null)
{
return "I'm custom help for $actionID!";
}
} }
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