aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config/installer/container/services_update_database.yml
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/config/installer/container/services_update_database.yml')
-rw-r--r--phpBB/config/installer/container/services_update_database.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/phpBB/config/installer/container/services_update_database.yml b/phpBB/config/installer/container/services_update_database.yml
index 9cb9cb9abf..bb97cff489 100644
--- a/phpBB/config/installer/container/services_update_database.yml
+++ b/phpBB/config/installer/container/services_update_database.yml
@@ -11,6 +11,17 @@ services:
tags:
- { name: update_database_task, order: 10 }
+ installer.update_database.update_extensions:
+ class: phpbb\install\module\update_database\task\update_extensions
+ arguments:
+ - '@installer.helper.container_factory'
+ - '@installer.helper.config'
+ - '@installer.helper.iohandler'
+ - '@installer.helper.update_helper'
+ - '%core.root_path%'
+ tags:
+ - { name: update_database_task, order: 20 }
+
installer.module.update_database_collection:
class: phpbb\di\ordered_service_collection
arguments: