mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-06 07:13:11 +08:00
Updated ApplicationConfigCustomizer to support new keys in the future
This commit is contained in:
@@ -114,6 +114,7 @@ final class CustomizableAppConfig implements ArraySerializableInterface
|
||||
{
|
||||
$this->setApp([
|
||||
'SECRET' => $array['app_options']['secret_key'] ?? null,
|
||||
'DISABLE_TRACK_PARAM' => $array['app_options']['disable_track_param'] ?? null,
|
||||
]);
|
||||
|
||||
$this->deserializeDatabase($array['entity_manager']['connection'] ?? []);
|
||||
|
||||
Reference in New Issue
Block a user