Merge pull request #6360 from marc1706/ticket/16960

[ticket/16960] Set config.php service even if container is not compiled
This commit is contained in:
Marc Alexander 2022-01-30 21:45:07 +01:00
commit 9446db9cde
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

View file

@ -229,7 +229,7 @@ class container_builder
} }
} }
if ($this->compile_container && $this->config_php_file) if ($this->config_php_file)
{ {
$this->container->set('config.php', $this->config_php_file); $this->container->set('config.php', $this->config_php_file);
} }