aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config/default/container/services_notification.yml
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/config/default/container/services_notification.yml')
-rw-r--r--phpBB/config/default/container/services_notification.yml6
1 files changed, 3 insertions, 3 deletions
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: