mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +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
@@ -3,6 +3,6 @@ services:
|
||||
class: phpbb\finder\factory
|
||||
arguments:
|
||||
- '@cache'
|
||||
- '%finder.not_use_cache%'
|
||||
- '%finder.cache%'
|
||||
- '%core.root_path%'
|
||||
- '%core.php_ext%'
|
||||
|
@@ -27,4 +27,4 @@ core:
|
||||
log_errors: true
|
||||
|
||||
finder:
|
||||
not_use_cache: true
|
||||
cache: false
|
||||
|
@@ -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 }
|
||||
|
||||
|
Reference in New Issue
Block a user