1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-09-02 12:53:37 +02:00

[ticket/13740] Add more room for further tasks

PHPBB3-13740
This commit is contained in:
Mate Bartus
2015-07-20 18:06:02 +02:00
parent c5c98b7ca2
commit c89b226a7a
6 changed files with 23 additions and 23 deletions

View File

@@ -9,7 +9,7 @@ services:
- %core.root_path%
- %core.php_ext%
tags:
- { name: install_database_install, order: 1 }
- { name: install_database_install, order: 10 }
installer.install_database.add_default_data:
class: phpbb\install\module\install_database\task\add_default_data
@@ -21,7 +21,7 @@ services:
- @language
- %core.root_path%
tags:
- { name: install_database_install, order: 2 }
- { name: install_database_install, order: 20 }
installer.install_database.add_config_settings:
class: phpbb\install\module\install_database\task\add_config_settings
@@ -33,7 +33,7 @@ services:
- @language
- %core.root_path%
tags:
- { name: install_database_install, order: 3 }
- { name: install_database_install, order: 30 }
installer.module.install_database_collection:
class: phpbb\di\ordered_service_collection
@@ -48,4 +48,4 @@ services:
arguments:
- @installer.module.install_database_collection
tags:
- { name: installer_install_module, order: 4 }
- { name: installer_install_module, order: 40 }