Skip to content

Commit 9940e2e

Browse files
authored
removed testing formatter option value
removed testing formatter option value
1 parent 88e6506 commit 9940e2e

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' => JSON_NUMERIC_CHECK,
55+
'application/json' => null,
5656
'application/xml' => null,
5757
'text/xml' => null,
5858
];

0 commit comments

Comments
 (0)