From 3850fc893cb5fbbbd159430c5a9ec8b6d7da5e6a Mon Sep 17 00:00:00 2001 From: Devorama <33496470+devorama@users.noreply.github.com> Date: Mon, 13 Jul 2020 18:58:18 +0200 Subject: [PATCH] Move non default values to config Move non default values to config --- app/Config/Format.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Config/Format.php b/app/Config/Format.php index 68b9a2f0b9..a973a30d70 100644 --- a/app/Config/Format.php +++ b/app/Config/Format.php @@ -52,7 +52,7 @@ class Format extends BaseConfig | */ public $formatterOptions = [ - 'application/json' => null, + 'application/json' => JSON_UNESCAPED_UNICODE | JSON_UNESCAPED_SLASHES , 'application/xml' => null, 'text/xml' => null, ];