mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/13740] Fix itteration problems, implement class name aware collections
PHPBB3-13740
This commit is contained in:
@@ -33,7 +33,7 @@ services:
|
||||
arguments:
|
||||
- @service_container
|
||||
tags:
|
||||
- { name: service_collection, tag: install_data_install }
|
||||
- { name: service_collection, tag: install_data_install, class_name_aware: true }
|
||||
|
||||
installer.module.data_install:
|
||||
class: phpbb\install\module\install_data\module
|
||||
|
@@ -40,7 +40,7 @@ services:
|
||||
arguments:
|
||||
- @service_container
|
||||
tags:
|
||||
- { name: service_collection, tag: install_database_install }
|
||||
- { name: service_collection, tag: install_database_install, class_name_aware: true }
|
||||
|
||||
installer.module.database_install:
|
||||
class: phpbb\install\module\install_database\module
|
||||
|
@@ -16,7 +16,7 @@ services:
|
||||
arguments:
|
||||
- @service_container
|
||||
tags:
|
||||
- { name: service_collection, tag: install_filesystem_install }
|
||||
- { name: service_collection, tag: install_filesystem_install, class_name_aware: true }
|
||||
|
||||
installer.module.filesystem_install:
|
||||
class: phpbb\install\module\install_filesystem\module
|
||||
|
@@ -22,7 +22,7 @@ services:
|
||||
arguments:
|
||||
- @service_container
|
||||
tags:
|
||||
- { name: service_collection, tag: install_finish }
|
||||
- { name: service_collection, tag: install_finish, class_name_aware: true }
|
||||
|
||||
installer.module.finish_install:
|
||||
class: phpbb\install\module\install_filesystem\module
|
||||
|
@@ -53,7 +53,7 @@ services:
|
||||
arguments:
|
||||
- @service_container
|
||||
tags:
|
||||
- { name: service_collection, tag: install_obtain_data }
|
||||
- { name: service_collection, tag: install_obtain_data, class_name_aware: true }
|
||||
|
||||
installer.module.obtain_data_install:
|
||||
class: phpbb\install\module\obtain_data\module
|
||||
|
@@ -22,7 +22,7 @@ services:
|
||||
arguments:
|
||||
- @service_container
|
||||
tags:
|
||||
- { name: service_collection, tag: installer_requirements }
|
||||
- { name: service_collection, tag: installer_requirements, class_name_aware: true }
|
||||
|
||||
# Please note, that the name of this module is hard coded in the installer service
|
||||
installer.module.requirements_install:
|
||||
|
Reference in New Issue
Block a user