diff --git a/src/config/config.php b/src/config/config.php index 41617a7..b1a4e95 100644 --- a/src/config/config.php +++ b/src/config/config.php @@ -6,5 +6,5 @@ * You can get a steam API key from http://steamcommunity.com/dev/apikey * Once you get your key, add it here. */ - 'steamApiKey' => env('STEAM_APIKEY'), -); \ No newline at end of file + 'steamApiKey' => env('STEAM_API_KEY'), +);