FIX for api.ini parsig file, alias section was updated

This commit is contained in:
Erik Amaru Ortiz
2013-12-02 16:53:08 -04:00
parent a5879e280a
commit 260bcb7e89
7 changed files with 285 additions and 218 deletions

View File

@@ -7,9 +7,9 @@ use \Luracast\Restler\RestException;
class Test2 extends Api
{
function hello()
function hello2()
{
return 'GEEET ALL';
return 'Hello #2';
}
/**