mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-18 07:31:32 +02:00
[ticket/17445] Add missing class property definitions
PHPBB-17445
This commit is contained in:
@@ -39,9 +39,18 @@ class webpush extends base implements extended_method_interface
|
||||
/** @var log_interface */
|
||||
protected $log;
|
||||
|
||||
/** @var user_loader */
|
||||
protected $user_loader;
|
||||
|
||||
/** @var user */
|
||||
protected $user;
|
||||
|
||||
/** @var string */
|
||||
protected $phpbb_root_path;
|
||||
|
||||
/** @var string */
|
||||
protected $php_ext;
|
||||
|
||||
/** @var string Notification Web Push table */
|
||||
protected $notification_webpush_table;
|
||||
|
||||
|
Reference in New Issue
Block a user