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