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
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
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),
],
/*