From d1f4be124cb33fe716a844c6f3af93614bfbee5c Mon Sep 17 00:00:00 2001 From: Miguel Nogueira Date: Fri, 10 Jul 2020 05:26:40 +0100 Subject: [PATCH] Update wrong key name --- app/Console/Commands/Install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Console/Commands/Install.php b/app/Console/Commands/Install.php index 21568f8..119ba6b 100644 --- a/app/Console/Commands/Install.php +++ b/app/Console/Commands/Install.php @@ -92,7 +92,7 @@ class Install extends Command $settings['RECAPTCHA_PRIVATE_KEY'] = $this->ask('Private site key'); $this->info('== IP Geolocation Settings (3/6) (refer to README.md) =='); - $settings['APIGEO_API_KEY'] = $this->ask('API Key'); + $settings['IPGEO_API_KEY'] = $this->ask('API Key'); $this->info('== Notification Settings (4/6) (Email) =='); $settings['MAIL_USERNAME'] = $this->ask('SMTP Username');