mirror of
https://github.com/phpbb/phpbb.git
synced 2025-04-12 03:42:05 +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:
parent
d5c6808db5
commit
6fc311f2e1
475
phpBB/composer.lock
generated
475
phpBB/composer.lock
generated
File diff suppressed because it is too large
Load Diff
@ -486,7 +486,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…
x
Reference in New Issue
Block a user