Browse Source

Remove source code unrelated to testing

eoioer 7 months ago
parent
commit
22db03850f
1 changed files with 1 additions and 4 deletions
  1. 1 4
      frameworks/PHP/cyberphp/app/controller/Index.php

+ 1 - 4
frameworks/PHP/cyberphp/app/controller/Index.php

@@ -3,9 +3,6 @@ namespace app\controller;
 
 use Cyber\Response;
 class Index {
-    public function hello() {
-        return 'Hello, CyberPHP';
-    }
 
     public function json()
     {
@@ -73,4 +70,4 @@ class Index {
 
         return Response::json($worlds);
     }
-}
+}