From 28b5d8445ef63db1ea4c4b7f6b1d4490c4d4603a Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Fri, 13 Sep 2019 18:51:51 +0200 Subject: [PATCH] Ensured installer does not ask for the locale --- config/autoload/installer.global.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/config/autoload/installer.global.php b/config/autoload/installer.global.php index fa5648fe..e62c9daf 100644 --- a/config/autoload/installer.global.php +++ b/config/autoload/installer.global.php @@ -6,9 +6,7 @@ use Shlinkio\Shlink\Installer\Config\Plugin; return [ 'installer_plugins_expected_config' => [ - Plugin\LanguageConfigCustomizer::class => [ - Plugin\LanguageConfigCustomizer::DEFAULT_LANG, - ], + Plugin\LanguageConfigCustomizer::class => [], Plugin\UrlShortenerConfigCustomizer::class => [ Plugin\UrlShortenerConfigCustomizer::SCHEMA,