aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config/services.yml
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/config/services.yml')
-rw-r--r--phpBB/config/services.yml19
1 files changed, 8 insertions, 11 deletions
diff --git a/phpBB/config/services.yml b/phpBB/config/services.yml
index efea1d69a5..af80d28b15 100644
--- a/phpBB/config/services.yml
+++ b/phpBB/config/services.yml
@@ -45,15 +45,17 @@ services:
- @cache.driver
- %tables.config%
- cron.task_provider:
- class: phpbb_cron_task_provider
+ cron.task_collection:
+ class: phpbb_di_service_collection
arguments:
- - @container
+ - @service_container
+ tags:
+ - { name: service_collection, tag: cron.task }
cron.manager:
class: phpbb_cron_manager
arguments:
- - @cron.task_provider
+ - @cron.task_collection
- %core.root_path%
- %core.php_ext%
@@ -66,6 +68,8 @@ services:
dispatcher:
class: phpbb_event_dispatcher
+ arguments:
+ - @service_container
dbal.conn:
class: %dbal.driver.class%
@@ -106,13 +110,6 @@ services:
- %tables.notifications%
- %tables.user_notifications%
- processor.ext:
- class: phpbb_di_processor_ext
- arguments:
- - @ext.manager
- tags:
- - { name: container.processor }
-
request:
class: phpbb_request