Final doc tweaks for v2.1

This commit is contained in:
2025-04-24 20:17:58 -04:00
parent 07c46fe668
commit ce45b8f697
3 changed files with 6 additions and 6 deletions

View File

@@ -247,6 +247,6 @@ class Json
*/
public static function setContentType(): void
{
header('Content-Type: application/json');
header('Content-Type: application/json; charset=UTF-8');
}
}