1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/14492] Add basic task for installing viglink extension

PHPBB3-14492
This commit is contained in:
Marc Alexander
2015-12-07 09:59:47 +01:00
parent 487df8befc
commit c30394ff4a
3 changed files with 129 additions and 0 deletions

View File

@@ -18,6 +18,15 @@ services:
tags:
- { name: install_finish, order: 20 }
installer.install_finish.install_viglink:
class: phpbb\install\module\install_finish\task\install_viglink
arguments:
- @installer.helper.container_factory
- @installer.helper.config
- @installer.helper.iohandler
tags:
- { name: install_finish, order: 15 }
installer.module.install_finish_collection:
class: phpbb\di\ordered_service_collection
arguments: