Updated ApplicationConfigCustomizer to support new keys in the future

This commit is contained in:
Alejandro Celaya
2018-09-30 18:20:27 +02:00
parent 3a75ac0486
commit 757cf2e193
4 changed files with 42 additions and 12 deletions

View File

@@ -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'] ?? []);