mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/12620] Split the environments into differents folders
PHPBB3-12620
This commit is contained in:
@@ -50,7 +50,7 @@ class core extends Extension
|
||||
public function load(array $config, ContainerBuilder $container)
|
||||
{
|
||||
$loader = new YamlFileLoader($container, new FileLocator(phpbb_realpath($this->config_path)));
|
||||
$loader->load('environment_' . ENVIRONMENT . '.yml');
|
||||
$loader->load(ENVIRONMENT . '/environment.yml');
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user