We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a38a995 commit 591a08cCopy full SHA for 591a08c
notification/method/webpush.php
@@ -38,12 +38,21 @@ class webpush extends base implements extended_method_interface
38
/** @var log_interface */
39
protected $log;
40
41
+ /** @var user_loader */
42
+ protected $user_loader;
43
+
44
/** @var user */
45
protected $user;
46
47
/** @var path_helper */
48
protected $path_helper;
49
50
+ /** @var string */
51
+ protected $phpbb_root_path;
52
53
54
+ protected $php_ext;
55
56
/** @var string Notification Web Push table */
57
protected $notification_webpush_table;
58
0 commit comments