Skip to content

Commit adf2dc2

Browse files
authored
update as per pull request
update as per pull request
1 parent 96a1ea4 commit adf2dc2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

app/Config/Format.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ class Format extends BaseConfig
5252
|
5353
*/
5454
public $formatterOptions = [
55-
'application/json' => JSON_UNESCAPED_UNICODE | JSON_UNESCAPED_SLASHES ,
56-
'application/xml' => null,
57-
'text/xml' => null,
55+
'application/json' => JSON_UNESCAPED_UNICODE | JSON_UNESCAPED_SLASHES,
56+
'application/xml' => 0,
57+
'text/xml' => 0,
5858
];
5959
//--------------------------------------------------------------------
6060

0 commit comments

Comments
 (0)