Skip to content

Commit ee40716

Browse files
authored
Added description
1 parent c785a45 commit ee40716

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/config/config.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,11 @@
77
* Once you get your key, add it here.
88
*/
99
'steamApiKey' => env('STEAM_API_KEY'),
10+
11+
/**
12+
* Localized language paramter
13+
* Steam will default back to English if the requested language is not available
14+
*/
1015
'steamLang' => env('STEAM_LANG', 'english'),
16+
1117
);

0 commit comments

Comments
 (0)