1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-30 19:49:54 +02:00
Files
php-phpbb/phpBB/config/default/container/services_finder.yml
2021-10-10 10:13:37 +02:00

9 lines
203 B
YAML

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