mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-31 19:49:20 +02:00
33 lines
1013 B
YAML
33 lines
1013 B
YAML
services:
|
|
phpbb.installer.controller.welcome:
|
|
class: phpbb\install\controller\installer_index
|
|
arguments:
|
|
- @phpbb.installer.controller.helper
|
|
- @language
|
|
- @template
|
|
- %core.root_path%
|
|
|
|
phpbb.installer.controller.helper:
|
|
class: phpbb\install\controller\helper
|
|
arguments:
|
|
- @language
|
|
- @language.helper.language_file
|
|
- @installer.navigation.provider
|
|
- @template
|
|
- @path_helper
|
|
- @symfony_request
|
|
- @router
|
|
- %core.root_path%
|
|
|
|
phpbb.installer.controller.install:
|
|
class: phpbb\install\controller\install
|
|
arguments:
|
|
- @phpbb.installer.controller.helper
|
|
- @installer.helper.config
|
|
- @installer.helper.iohandler_factory
|
|
- @installer.navigation.provider
|
|
- @language
|
|
- @template
|
|
- @request
|
|
- @installer.installer.install
|