1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-13 04:04:12 +02:00

Merge pull request #1620 from EXreaction/ticket/11745

Group join approved notification
This commit is contained in:
David King
2013-09-12 21:25:00 -07:00
7 changed files with 176 additions and 35 deletions

View File

@@ -121,6 +121,24 @@ services:
tags:
- { name: notification.type }
notification.type.group_request_approved:
class: phpbb_notification_type_group_request_approved
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!