mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-13 22:06:51 +08:00
Reverted accidentally edited HelloController
This commit is contained in:
@ -27,20 +27,4 @@ class HelloController extends Controller
|
||||
{
|
||||
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!";
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user