1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-01-17 22:28:46 +01:00

[ticket/12775] Set dbal.conn.driver as synthetic during installation

PHPBB3-12775
This commit is contained in:
Tristan Darricau 2014-07-07 01:10:24 +02:00
parent e2cbaf4f1a
commit 58a52fe5b9

View File

@ -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'));