Move non default values to config

Move non default values to config
This commit is contained in:
Devorama 2020-07-13 18:58:18 +02:00 committed by GitHub
parent 9940e2e92f
commit 3850fc893c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,
];