diff options
| author | Nathan Guse <nathaniel.guse@gmail.com> | 2013-01-15 12:10:07 -0600 |
|---|---|---|
| committer | Nathan Guse <nathaniel.guse@gmail.com> | 2013-01-15 12:10:07 -0600 |
| commit | 07282a30ae077825ea81a4e26839ac0473dc97b7 (patch) | |
| tree | 9599fa8903e9c39498dc6bb06e0346f484f68932 /phpBB/config | |
| parent | 51e0f002eeaf2d55a63feee66ccb37d689f46f55 (diff) | |
| download | forums-07282a30ae077825ea81a4e26839ac0473dc97b7.tar forums-07282a30ae077825ea81a4e26839ac0473dc97b7.tar.gz forums-07282a30ae077825ea81a4e26839ac0473dc97b7.tar.bz2 forums-07282a30ae077825ea81a4e26839ac0473dc97b7.tar.xz forums-07282a30ae077825ea81a4e26839ac0473dc97b7.zip | |
[ticket/11103] Fix some various issues, better comments
PHPBB3-11103
Diffstat (limited to 'phpBB/config')
| -rw-r--r-- | phpBB/config/notifications.yml | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/phpBB/config/notifications.yml b/phpBB/config/notifications.yml index 550fbdfd0c..c8414cb031 100644 --- a/phpBB/config/notifications.yml +++ b/phpBB/config/notifications.yml @@ -25,8 +25,11 @@ services: - @config - %core.root_path% - %core.php_ext% + - %tables.notification_types% - %tables.notifications% - %tables.user_notifications% + calls: + - [set_notification_manager, [@notification_manager]] tags: - { name: notification.type } @@ -42,8 +45,11 @@ services: - @config - %core.root_path% - %core.php_ext% + - %tables.notification_types% - %tables.notifications% - %tables.user_notifications% + calls: + - [set_notification_manager, [@notification_manager]] tags: - { name: notification.type } @@ -59,8 +65,11 @@ services: - @config - %core.root_path% - %core.php_ext% + - %tables.notification_types% - %tables.notifications% - %tables.user_notifications% + calls: + - [set_notification_manager, [@notification_manager]] tags: - { name: notification.type } @@ -76,8 +85,11 @@ services: - @config - %core.root_path% - %core.php_ext% + - %tables.notification_types% - %tables.notifications% - %tables.user_notifications% + calls: + - [set_notification_manager, [@notification_manager]] tags: - { name: notification.type } @@ -93,8 +105,11 @@ services: - @config - %core.root_path% - %core.php_ext% + - %tables.notification_types% - %tables.notifications% - %tables.user_notifications% + calls: + - [set_notification_manager, [@notification_manager]] tags: - { name: notification.type } @@ -110,8 +125,11 @@ services: - @config - %core.root_path% - %core.php_ext% + - %tables.notification_types% - %tables.notifications% - %tables.user_notifications% + calls: + - [set_notification_manager, [@notification_manager]] tags: - { name: notification.type } @@ -127,8 +145,11 @@ services: - @config - %core.root_path% - %core.php_ext% + - %tables.notification_types% - %tables.notifications% - %tables.user_notifications% + calls: + - [set_notification_manager, [@notification_manager]] tags: - { name: notification.type } @@ -144,8 +165,11 @@ services: - @config - %core.root_path% - %core.php_ext% + - %tables.notification_types% - %tables.notifications% - %tables.user_notifications% + calls: + - [set_notification_manager, [@notification_manager]] tags: - { name: notification.type } @@ -161,8 +185,11 @@ services: - @config - %core.root_path% - %core.php_ext% + - %tables.notification_types% - %tables.notifications% - %tables.user_notifications% + calls: + - [set_notification_manager, [@notification_manager]] tags: - { name: notification.type } @@ -178,8 +205,11 @@ services: - @config - %core.root_path% - %core.php_ext% + - %tables.notification_types% - %tables.notifications% - %tables.user_notifications% + calls: + - [set_notification_manager, [@notification_manager]] tags: - { name: notification.type } @@ -195,8 +225,11 @@ services: - @config - %core.root_path% - %core.php_ext% + - %tables.notification_types% - %tables.notifications% - %tables.user_notifications% + calls: + - [set_notification_manager, [@notification_manager]] tags: - { name: notification.type } @@ -212,8 +245,11 @@ services: - @config - %core.root_path% - %core.php_ext% + - %tables.notification_types% - %tables.notifications% - %tables.user_notifications% + calls: + - [set_notification_manager, [@notification_manager]] tags: - { name: notification.type } @@ -229,8 +265,11 @@ services: - @config - %core.root_path% - %core.php_ext% + - %tables.notification_types% - %tables.notifications% - %tables.user_notifications% + calls: + - [set_notification_manager, [@notification_manager]] tags: - { name: notification.type } @@ -246,8 +285,11 @@ services: - @config - %core.root_path% - %core.php_ext% + - %tables.notification_types% - %tables.notifications% - %tables.user_notifications% + calls: + - [set_notification_manager, [@notification_manager]] tags: - { name: notification.type } @@ -263,8 +305,11 @@ services: - @config - %core.root_path% - %core.php_ext% + - %tables.notification_types% - %tables.notifications% - %tables.user_notifications% + calls: + - [set_notification_manager, [@notification_manager]] tags: - { name: notification.type } @@ -280,6 +325,8 @@ services: - @config - %core.root_path% - %core.php_ext% + calls: + - [set_notification_manager, [@notification_manager]] tags: - { name: notification.method } @@ -295,5 +342,7 @@ services: - @config - %core.root_path% - %core.php_ext% + calls: + - [set_notification_manager, [@notification_manager]] tags: - { name: notification.method } |
