Change all the "new class" by "new Class"

This commit is contained in:
2021-05-07 13:10:37 +02:00
parent c8d275be31
commit c09fa961cd
39 changed files with 430 additions and 432 deletions

View File

@@ -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"]);
}
}