mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-11 05:48:51 +00: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:
parent
0fe4cbc17f
commit
1609fa292d
2 changed files with 245 additions and 232 deletions
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());
|
||||
|
|
Loading…
Add table
Reference in a new issue