1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

[ticket/17010] Add logging to webpush notifications

PHPBB3-17010
This commit is contained in:
Marc Alexander
2023-08-15 08:12:33 +02:00
parent f3eb774abd
commit 479e54db93
6 changed files with 26 additions and 8 deletions

View File

@@ -248,10 +248,11 @@ services:
class: phpbb\notification\method\webpush
shared: false
arguments:
- '@user_loader'
- '@user'
- '@config'
- '@dbal.conn'
- '@log'
- '@user_loader'
- '@user'
- '%core.root_path%'
- '%core.php_ext%'
- '%tables.notification_push%'