Skip to content

Commit

Permalink
Add json_flags to configs
Browse files Browse the repository at this point in the history
  • Loading branch information
natanfelles committed Oct 2, 2023
1 parent 790c66f commit 3639758
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/request.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@
'allowed_hosts' => [],
'force_https' => false,
'server_vars' => [],
'json_flags' => null,
],
];
1 change: 1 addition & 0 deletions config/response.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
'cache' => null,
'csp' => [],
'csp_report_only' => [],
'json_flags' => null,
'language_instance' => 'default',
'request_instance' => 'default',
],
Expand Down

0 comments on commit 3639758

Please sign in to comment.