mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
14 lines
365 B
YAML
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%'
|