Skip to content

Commit 22db038

Browse files
authored
Remove source code unrelated to testing
1 parent 9a5a344 commit 22db038

File tree

1 file changed

+1
-4
lines changed
  • frameworks/PHP/cyberphp/app/controller

1 file changed

+1
-4
lines changed

frameworks/PHP/cyberphp/app/controller/Index.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33

44
use Cyber\Response;
55
class Index {
6-
public function hello() {
7-
return 'Hello, CyberPHP';
8-
}
96

107
public function json()
118
{
@@ -73,4 +70,4 @@ public function updates($q=1)
7370

7471
return Response::json($worlds);
7572
}
76-
}
73+
}

0 commit comments

Comments
 (0)