mirror of
https://github.com/phpbb/phpbb.git
synced 2025-09-02 21:02:41 +02:00
[ticket/17010] Add webpush to container definition
PHPBB3-17010
This commit is contained in:
@@ -243,3 +243,15 @@ services:
|
||||
- '%core.php_ext%'
|
||||
tags:
|
||||
- { name: notification.method }
|
||||
|
||||
notification.method.webpush:
|
||||
class: phpbb\notification\method\webpush
|
||||
shared: false
|
||||
arguments:
|
||||
- '@user_loader'
|
||||
- '@user'
|
||||
- '@config'
|
||||
- '@dbal.conn'
|
||||
- '%core.root_path%'
|
||||
- '%core.php_ext%'
|
||||
- '%tables.notification_push%'
|
||||
|
Reference in New Issue
Block a user