Skip to content

Commit 92c65d7

Browse files
committed
Merge branch '3.1' into 3.2
* 3.1: [Filesystem] Remove extra argv in dumpFile() tests [DI] minor FileLoaders tests update [HttpKernel] Revert BC breaking change of Request::isMethodSafe() [DOMCrawler] Bug fixed [FrameworkBundle] Mark cache.default_*_provider services private [Process] Do feat test before enabling TTY mode bumped Symfony version to 3.1.8 updated VERSION for 3.1.7 updated CHANGELOG for 3.1.7 bumped Symfony version to 2.8.15 updated VERSION for 2.8.14 updated CHANGELOG for 2.8.14 bumped Symfony version to 2.7.22 updated VERSION for 2.7.21 update CONTRIBUTORS for 2.7.21 updated CHANGELOG for 2.7.21 Fix annotation type for $context [Doctrine][Form] support large integers
2 parents 3f682fa + 73074d9 commit 92c65d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

DependencyInjection/FrameworkExtension.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1248,6 +1248,7 @@ private function registerCacheConfiguration(array $config, ContainerBuilder $con
12481248
foreach (array('doctrine', 'psr6', 'redis') as $name) {
12491249
if (isset($config[$name = 'default_'.$name.'_provider'])) {
12501250
$container->setAlias('cache.'.$name, Compiler\CachePoolPass::getServiceProvider($container, $config[$name]));
1251+
$container->getAlias('cache.'.$name)->setPublic(false);
12511252
}
12521253
}
12531254
foreach (array('app', 'system') as $name) {

0 commit comments

Comments
 (0)