Skip to content

Commit 3850fc8

Browse files
authored
Move non default values to config
Move non default values to config
1 parent 9940e2e commit 3850fc8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/Config/Format.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ class Format extends BaseConfig
5252
|
5353
*/
5454
public $formatterOptions = [
55-
'application/json' => null,
55+
'application/json' => JSON_UNESCAPED_UNICODE | JSON_UNESCAPED_SLASHES ,
5656
'application/xml' => null,
5757
'text/xml' => null,
5858
];

0 commit comments

Comments
 (0)