From 01d2291a810e89707eaee1d2b4cf7c989985c54b Mon Sep 17 00:00:00 2001 From: Alexander Makarov Date: Thu, 4 Sep 2014 12:13:28 +0400 Subject: [PATCH] Reverted accidentally edited HelloController --- apps/basic/commands/HelloController.php | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/apps/basic/commands/HelloController.php b/apps/basic/commands/HelloController.php index 9314fe7fde..86ab8b8534 100644 --- a/apps/basic/commands/HelloController.php +++ b/apps/basic/commands/HelloController.php @@ -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!"; - } }