mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-11 03:04:09 +02:00
[ticket/12631] Rename finder.not_use_cache to finder.cache
PHPBB3-12631
This commit is contained in:
committed by
Marc Alexander
parent
9308764fae
commit
d31e986815
@@ -24,6 +24,7 @@ class phpbb_mock_container_builder implements ContainerInterface
|
||||
$this->setParameter('session.log_errors', false);
|
||||
$this->setParameter('session.force_sid', true);
|
||||
$this->setParameter('finder.not_use_cache', false);
|
||||
$this->setParameter('finder.cache', false);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user