aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2018-09-13 18:53:32 +0200
committerGitHub <noreply@github.com>2018-09-13 18:53:32 +0200
commit2482e39e1ad1d31a5e61fffb58d91a9650ff1447 (patch)
tree0c02d7eebc9582904f63916d024a717fa71f5a3c /phpBB/phpbb/di
parentMerge branch '3.2.x' (diff)
parent[ticket/15746] Update symfony to latest on master (diff)
downloadphpbb-2482e39e1ad1d31a5e61fffb58d91a9650ff1447.tar.gz
phpbb-2482e39e1ad1d31a5e61fffb58d91a9650ff1447.tar.bz2
phpbb-2482e39e1ad1d31a5e61fffb58d91a9650ff1447.zip
Merge pull request #5347 from marc1706/ticket/15746-master
[ticket/15746] Update symfony to latest on master
Diffstat (limited to 'phpBB/phpbb/di')
-rw-r--r--phpBB/phpbb/di/container_builder.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/di/container_builder.php b/phpBB/phpbb/di/container_builder.php
index 3c8a2155d6..145c3e79d4 100644
--- a/phpBB/phpbb/di/container_builder.php
+++ b/phpBB/phpbb/di/container_builder.php
@@ -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());