mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-16 05:34:01 +02:00
[ticket/13740] Add navigation bar support for the installer
Also added various UI elements and texts. [ci skip] PHPBB3-13740
This commit is contained in:
@@ -23,7 +23,10 @@ services:
|
||||
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
|
||||
|
@@ -13,6 +13,7 @@ services:
|
||||
- @installer.helper.database
|
||||
- @installer.helper.iohandler
|
||||
|
||||
# Please note, that the name of this module is hard coded in the installer service
|
||||
installer.module.requirements_install:
|
||||
class: phpbb\install\module\requirements\module
|
||||
parent: installer.module_base
|
||||
|
Reference in New Issue
Block a user