phpbb/phpBB/config/default/container/services_finder.yml
2021-10-10 10:13:37 +02:00

8 lines
203 B
YAML

services:
finder.factory:
class: phpbb\finder\factory
arguments:
- '@cache'
- '%finder.cache%'
- '%core.root_path%'
- '%core.php_ext%'