mirror of
https://github.com/shlinkio/shlink.git
synced 2025-03-14 04:00:57 +03:00
Ensured installer does not ask for the locale
This commit is contained in:
parent
d17533fd0f
commit
28b5d8445e
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…
Add table
Reference in a new issue