aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config/default
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/config/default')
-rw-r--r--phpBB/config/default/container/services_auth.yml2
-rw-r--r--phpBB/config/default/container/services_avatar.yml2
-rw-r--r--phpBB/config/default/container/services_captcha.yml2
-rw-r--r--phpBB/config/default/container/services_console.yml2
-rw-r--r--phpBB/config/default/container/services_cron.yml2
-rw-r--r--phpBB/config/default/container/services_migrator.yml2
-rw-r--r--phpBB/config/default/container/services_mimetype_guesser.yml2
-rw-r--r--phpBB/config/default/container/services_notification.yml6
-rw-r--r--phpBB/config/default/container/services_password.yml2
-rw-r--r--phpBB/config/default/container/services_profilefield.yml2
-rw-r--r--phpBB/config/default/container/services_twig.yml2
11 files changed, 13 insertions, 13 deletions
diff --git a/phpBB/config/default/container/services_auth.yml b/phpBB/config/default/container/services_auth.yml
index 88a90ca2d6..28b98a98b7 100644
--- a/phpBB/config/default/container/services_auth.yml
+++ b/phpBB/config/default/container/services_auth.yml
@@ -69,7 +69,7 @@ services:
# ----- OAuth services providers -----
auth.provider.oauth.service_collection:
- class: phpbb\di\service_collection
+ class: phpbb\di\service_collection\service_collection
arguments:
- @service_container
tags:
diff --git a/phpBB/config/default/container/services_avatar.yml b/phpBB/config/default/container/services_avatar.yml
index c74bef3d66..cd5b0756c6 100644
--- a/phpBB/config/default/container/services_avatar.yml
+++ b/phpBB/config/default/container/services_avatar.yml
@@ -7,7 +7,7 @@ services:
# ----- Avatar drivers -----
avatar.driver_collection:
- class: phpbb\di\service_collection
+ class: phpbb\di\service_collection\service_collection
arguments:
- @service_container
tags:
diff --git a/phpBB/config/default/container/services_captcha.yml b/phpBB/config/default/container/services_captcha.yml
index e3f617e909..9e4150b094 100644
--- a/phpBB/config/default/container/services_captcha.yml
+++ b/phpBB/config/default/container/services_captcha.yml
@@ -8,7 +8,7 @@ services:
# ----- Captcha plugins -----
# Scope MUST be prototype for all the plugins to work.
captcha.plugins.service_collection:
- class: phpbb\di\service_collection
+ class: phpbb\di\service_collection\service_collection
arguments:
- @service_container
tags:
diff --git a/phpBB/config/default/container/services_console.yml b/phpBB/config/default/container/services_console.yml
index f0ae6c8ab4..36e2bd5729 100644
--- a/phpBB/config/default/container/services_console.yml
+++ b/phpBB/config/default/container/services_console.yml
@@ -1,6 +1,6 @@
services:
console.command_collection:
- class: phpbb\di\service_collection
+ class: phpbb\di\service_collection\service_collection
arguments:
- @service_container
tags:
diff --git a/phpBB/config/default/container/services_cron.yml b/phpBB/config/default/container/services_cron.yml
index c5b88df181..cc3c70c542 100644
--- a/phpBB/config/default/container/services_cron.yml
+++ b/phpBB/config/default/container/services_cron.yml
@@ -15,7 +15,7 @@ services:
# ----- Cron tasks -----
cron.task_collection:
- class: phpbb\di\service_collection
+ class: phpbb\di\service_collection\service_collection
arguments:
- @service_container
tags:
diff --git a/phpBB/config/default/container/services_migrator.yml b/phpBB/config/default/container/services_migrator.yml
index 01bd7d3a11..8c81aec8b3 100644
--- a/phpBB/config/default/container/services_migrator.yml
+++ b/phpBB/config/default/container/services_migrator.yml
@@ -19,7 +19,7 @@ services:
# ----- Migrator's tools -----
migrator.tool_collection:
- class: phpbb\di\service_collection
+ class: phpbb\di\service_collection\service_collection
arguments:
- @service_container
tags:
diff --git a/phpBB/config/default/container/services_mimetype_guesser.yml b/phpBB/config/default/container/services_mimetype_guesser.yml
index 2e89ed3c1f..f22a41613a 100644
--- a/phpBB/config/default/container/services_mimetype_guesser.yml
+++ b/phpBB/config/default/container/services_mimetype_guesser.yml
@@ -1,6 +1,6 @@
services:
mimetype.guesser_collection:
- class: phpbb\di\service_collection
+ class: phpbb\di\service_collection\service_collection
arguments:
- @service_container
tags:
diff --git a/phpBB/config/default/container/services_notification.yml b/phpBB/config/default/container/services_notification.yml
index c3bbcddfa6..896b93f75b 100644
--- a/phpBB/config/default/container/services_notification.yml
+++ b/phpBB/config/default/container/services_notification.yml
@@ -20,7 +20,7 @@ services:
# ----- Notification's types -----
# Scope MUST be prototype for all the plugins to work.
notification.type_collection:
- class: phpbb\di\service_collection
+ class: phpbb\di\service_collection\service_collection
arguments:
- @service_container
tags:
@@ -351,11 +351,11 @@ services:
- %tables.user_notifications%
tags:
- { name: notification.type }
-
+
# ----- Notification's methods -----
# Scope MUST be prototype for all the plugins to work.
notification.method_collection:
- class: phpbb\di\service_collection
+ class: phpbb\di\service_collection\service_collection
arguments:
- @service_container
tags:
diff --git a/phpBB/config/default/container/services_password.yml b/phpBB/config/default/container/services_password.yml
index cb45ec3d42..22530f33d6 100644
--- a/phpBB/config/default/container/services_password.yml
+++ b/phpBB/config/default/container/services_password.yml
@@ -18,7 +18,7 @@ services:
# ----- Password's drivers -----
passwords.driver_collection:
- class: phpbb\di\service_collection
+ class: phpbb\di\service_collection\service_collection
arguments:
- @service_container
tags:
diff --git a/phpBB/config/default/container/services_profilefield.yml b/phpBB/config/default/container/services_profilefield.yml
index 5ccfef9148..9bbc0be4c9 100644
--- a/phpBB/config/default/container/services_profilefield.yml
+++ b/phpBB/config/default/container/services_profilefield.yml
@@ -21,7 +21,7 @@ services:
# ----- Profile fields types -----
profilefields.type_collection:
- class: phpbb\di\service_collection
+ class: phpbb\di\service_collection\service_collection
arguments:
- @service_container
tags:
diff --git a/phpBB/config/default/container/services_twig.yml b/phpBB/config/default/container/services_twig.yml
index 2799892376..2c5b5a8398 100644
--- a/phpBB/config/default/container/services_twig.yml
+++ b/phpBB/config/default/container/services_twig.yml
@@ -25,7 +25,7 @@ services:
- @filesystem
template.twig.extensions.collection:
- class: phpbb\di\service_collection
+ class: phpbb\di\service_collection\service_collection
arguments:
- @service_container
tags: