More defined naming scheme for config

This commit is contained in:
Dane Everitt
2017-04-09 16:05:18 -04:00
parent de8bbcd098
commit 87c09a921b
4 changed files with 4 additions and 4 deletions

View File

@@ -43,7 +43,7 @@ return [
| Configuration options for the API.
*/
'api' => [
'allow_includes_on_list' => env('API_ALLOW_INCLUDE_ON_LIST', false),
'include_on_list' => env('API_INCLUDE_ON_LIST', false),
],
/*