1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-22 16:22:58 +02:00

[ticket/12631] Rename finder.not_use_cache to finder.cache

PHPBB3-12631
This commit is contained in:
Rubén Calvo
2018-09-28 13:10:16 +02:00
committed by Marc Alexander
parent 9308764fae
commit d31e986815
13 changed files with 30 additions and 28 deletions

View File

@@ -8,7 +8,7 @@ services:
- '%core.root_path%'
- '%core.php_ext%'
- '%tables%'
- '%finder.not_use_cache%'
- '%finder.cache%'
tags:
- { name: install_database_install, order: 1 }