1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-12 19:54:12 +02:00
Files
php-phpbb/phpBB/config/default/container/services_updater.yml
2025-02-13 19:47:42 +01:00

15 lines
374 B
YAML

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