We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88e6506 commit 9940e2eCopy full SHA for 9940e2e
1 file changed
app/Config/Format.php
@@ -52,7 +52,7 @@ class Format extends BaseConfig
52
|
53
*/
54
public $formatterOptions = [
55
- 'application/json' => JSON_NUMERIC_CHECK,
+ 'application/json' => null,
56
'application/xml' => null,
57
'text/xml' => null,
58
];
0 commit comments