mirror of
https://github.com/phpbb/phpbb.git
synced 2025-09-03 13:23:06 +02:00
[ticket/13740] Installer's install tasks and modules
[ci skip] PHPBB3-13740
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
services:
|
||||
installer.filesystem.create_config:
|
||||
class: phpbb\install\module\install_filesystem\task\create_config_file
|
||||
arguments:
|
||||
- @filesystem
|
||||
- @installer.helper.config
|
||||
- @installer.helper.database
|
||||
- @installer.helper.iohandler
|
||||
- %core.root_path%
|
||||
- %core.php_ext%
|
||||
|
||||
installer.module.filesystem_install:
|
||||
class: phpbb\install\module\install_filesystem\module
|
||||
parent: installer.module_base
|
||||
arguments:
|
||||
- ["installer.filesystem.create_config"]
|
Reference in New Issue
Block a user