mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-17 15:11:40 +02:00
[ticket/15746] Update symfony to latest on master
Also fixed incorrect creation of dumped container (Container instead of ContainerBuilder). PHPBB3-15746
This commit is contained in:
475
phpBB/composer.lock
generated
475
phpBB/composer.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -481,7 +481,7 @@ class container_builder
|
||||
|
||||
$cached_container_dump = $dumper->dump(array(
|
||||
'class' => 'phpbb_cache_container',
|
||||
'base_class' => 'Symfony\\Component\\DependencyInjection\\ContainerBuilder',
|
||||
'base_class' => 'Symfony\\Component\\DependencyInjection\\Container',
|
||||
));
|
||||
|
||||
$cache->write($cached_container_dump, $this->container->getResources());
|
||||
|
Reference in New Issue
Block a user