FIX for api.ini parsig file, alias section was updated
This commit is contained in:
@@ -7,9 +7,9 @@ use \Luracast\Restler\RestException;
|
||||
class Test2 extends Api
|
||||
{
|
||||
|
||||
function hello()
|
||||
function hello2()
|
||||
{
|
||||
return 'GEEET ALL';
|
||||
return 'Hello #2';
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user