phpBB

Code Changes

File: config/default/container/services_notification.yml

  Unmodified   Added   Modified   Removed
Line 173Line 173
        class: phpbb\notification\type\topic_in_queue
shared: false
parent: notification.type.topic

        class: phpbb\notification\type\topic_in_queue
shared: false
parent: notification.type.topic

 
        tags:
- { name: notification.type }

notification.type.forum:
class: phpbb\notification\type\forum
shared: false
parent: notification.type.post
calls:
- [set_user_loader, ['@user_loader']]
- [set_config, ['@config']]

        tags:
- { name: notification.type }


        tags:
- { name: notification.type }


Line 206Line 216
            - '@user_loader'
- '@user'
- '@config'

            - '@user_loader'
- '@user'
- '@config'

 
            - '@dbal.conn'

            - '%core.root_path%'
- '%core.php_ext%'

            - '%core.root_path%'
- '%core.php_ext%'

 
            - '%tables.notification_emails%'

        tags:
- { name: notification.method }


        tags:
- { name: notification.method }