diff options
| author | David King <imkingdavid@gmail.com> | 2013-09-12 21:24:11 -0700 |
|---|---|---|
| committer | David King <imkingdavid@gmail.com> | 2013-09-12 21:24:11 -0700 |
| commit | d62973867511d4f2b337a4c1cf3654ee20a2a107 (patch) | |
| tree | 6124d4dff71fea9d64ab4ed511c9bec8b624533b /phpBB/config | |
| parent | f02a8cf0e63c4107550fc4d9d973c34ffbfe0e03 (diff) | |
| parent | 9bec7b21a2aae7328592732122faf4b9b1cfc4be (diff) | |
| download | forums-d62973867511d4f2b337a4c1cf3654ee20a2a107.tar forums-d62973867511d4f2b337a4c1cf3654ee20a2a107.tar.gz forums-d62973867511d4f2b337a4c1cf3654ee20a2a107.tar.bz2 forums-d62973867511d4f2b337a4c1cf3654ee20a2a107.tar.xz forums-d62973867511d4f2b337a4c1cf3654ee20a2a107.zip | |
Merge pull request #1617 from EXreaction/ticket/11744
[ticket/11744] Group join request notification
Diffstat (limited to 'phpBB/config')
| -rw-r--r-- | phpBB/config/notifications.yml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/phpBB/config/notifications.yml b/phpBB/config/notifications.yml index 60aa63a854..04c5e46a9c 100644 --- a/phpBB/config/notifications.yml +++ b/phpBB/config/notifications.yml @@ -103,6 +103,24 @@ services: tags: - { name: notification.type } + notification.type.group_request: + class: phpbb_notification_type_group_request + scope: prototype # scope MUST be prototype for this to work! + arguments: + - @user_loader + - @dbal.conn + - @cache.driver + - @user + - @auth + - @config + - %core.root_path% + - %core.php_ext% + - %tables.notification_types% + - %tables.notifications% + - %tables.user_notifications% + tags: + - { name: notification.type } + notification.type.pm: class: phpbb_notification_type_pm scope: prototype # scope MUST be prototype for this to work! |
