mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-26 03:48:53 +00:00
14 lines
374 B
YAML
14 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%'
|