phpbb/phpBB/config/default/container/services_updater.yml
2025-02-13 19:47:12 +01:00

14 lines
365 B
YAML

services:
updater.get_updates:
class: phpbb\update\get_updates
arguments:
- '@filesystem'
- '%public_key%'
- '%core.root_path%'
updater.controller:
class: phpbb\update\controller
arguments:
- '@filesystem'
- '@updater.get_updates'
- '%core.root_path%'