mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
Move non default values to config
Move non default values to config
This commit is contained in:
parent
9940e2e92f
commit
3850fc893c
@ -52,7 +52,7 @@ class Format extends BaseConfig
|
||||
|
|
||||
*/
|
||||
public $formatterOptions = [
|
||||
'application/json' => null,
|
||||
'application/json' => JSON_UNESCAPED_UNICODE | JSON_UNESCAPED_SLASHES ,
|
||||
'application/xml' => null,
|
||||
'text/xml' => null,
|
||||
];
|
||||
|
Loading…
x
Reference in New Issue
Block a user