mirror of
https://github.com/shlinkio/shlink.git
synced 2024-11-28 00:38:46 +03:00
Merge pull request #484 from acelaya-forks/feature/disable-asking-for-lang
Ensured installer does not ask for the locale
This commit is contained in:
commit
76541d5563
1 changed files with 1 additions and 3 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue