mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-05 01:15:46 +02:00
[ticket/12775] Set dbal.conn.driver as synthetic during installation
PHPBB3-12775
This commit is contained in:
@ -140,7 +140,7 @@ $phpbb_container_builder->set_custom_parameters(array(
|
|||||||
));
|
));
|
||||||
|
|
||||||
$phpbb_container = $phpbb_container_builder->get_container();
|
$phpbb_container = $phpbb_container_builder->get_container();
|
||||||
$phpbb_container->register('dbal.conn')->setSynthetic(true);
|
$phpbb_container->register('dbal.conn.driver')->setSynthetic(true);
|
||||||
$phpbb_container->compile();
|
$phpbb_container->compile();
|
||||||
|
|
||||||
$phpbb_class_loader->set_cache($phpbb_container->get('cache.driver'));
|
$phpbb_class_loader->set_cache($phpbb_container->get('cache.driver'));
|
||||||
|
Reference in New Issue
Block a user