Change all the "new class" by "new Class"
This commit is contained in:
@@ -34,7 +34,7 @@ class Outputrest extends Output
|
||||
{
|
||||
if (! isset ($variable["exceptionCode"]))
|
||||
$variable["exceptionCode"] = 200;
|
||||
$rest = new rest ();
|
||||
$rest = new Rest ();
|
||||
$rest->display ($data, $variable["exceptionCode"]);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user