mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 06:55:25 +02:00
[ticket/12775] Set dbal.conn.driver as synthetic during installation
PHPBB3-12775
This commit is contained in:
parent
e2cbaf4f1a
commit
58a52fe5b9
@ -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'));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user