diff options
Diffstat (limited to 'phpBB/config')
| -rw-r--r-- | phpBB/config/services.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/phpBB/config/services.yml b/phpBB/config/services.yml index 133a43b77e..b9c697b481 100644 --- a/phpBB/config/services.yml +++ b/phpBB/config/services.yml @@ -89,6 +89,11 @@ services: - .%core.php_ext% - @cache.driver + notifications: + class: phpbb_notifications_service + arguments: + - @container + processor.config: class: phpbb_di_processor_ext arguments: |
