From 93a2c83652905563447fa09e4a5929b3b7351657 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Wed, 29 Apr 2020 20:31:06 +0200 Subject: [PATCH] Enabled GeoLite installer config option --- config/autoload/installer.global.php | 1 + 1 file changed, 1 insertion(+) diff --git a/config/autoload/installer.global.php b/config/autoload/installer.global.php index c40d75d1..7d44744c 100644 --- a/config/autoload/installer.global.php +++ b/config/autoload/installer.global.php @@ -31,6 +31,7 @@ return [ Option\WebWorkerNumConfigOption::class, Option\RedisServersConfigOption::class, Option\ShortCodeLengthOption::class, + Option\GeoLiteLicenseKeyConfigOption::class, ], 'installation_commands' => [