mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
Merge pull request #5347 from marc1706/ticket/15746-master
[ticket/15746] Update symfony to latest on master
This commit is contained in:
commit
2482e39e1a
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
|
@ -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…
Add table
Reference in a new issue