Skip to content

Commit

Permalink
Add option to transform keys by given number of levels
Browse files Browse the repository at this point in the history
  • Loading branch information
specialtactics committed Mar 26, 2019
1 parent 3b14ab4 commit af50e08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/api.php
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@
'indent_size' => env('API_JSON_FORMAT_INDENT_SIZE', 2),
],
'caseType' => env('API_CASE_TYPE', 'camel-case'),
'transform_keys_levels' => env('API_TRANSFORM_KEYS_LEVELS', null),
],

];

0 comments on commit af50e08

Please sign in to comment.