mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/12775] Set dbal.conn.driver as synthetic during installation
PHPBB3-12775
This commit is contained in:
parent
e2cbaf4f1a
commit
58a52fe5b9
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ $phpbb_container_builder->set_custom_parameters(array(
|
|||
));
|
||||
|
||||
$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_class_loader->set_cache($phpbb_container->get('cache.driver'));
|
||||
|
|
Loading…
Add table
Reference in a new issue