mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 20:38:52 +00:00
[ticket/17445] Add missing class property definitions
PHPBB-17445
This commit is contained in:
parent
c2c9e4e6b0
commit
8619ff3526
1 changed files with 9 additions and 0 deletions
|
@ -39,9 +39,18 @@ class webpush extends base implements extended_method_interface
|
||||||
/** @var log_interface */
|
/** @var log_interface */
|
||||||
protected $log;
|
protected $log;
|
||||||
|
|
||||||
|
/** @var user_loader */
|
||||||
|
protected $user_loader;
|
||||||
|
|
||||||
/** @var user */
|
/** @var user */
|
||||||
protected $user;
|
protected $user;
|
||||||
|
|
||||||
|
/** @var string */
|
||||||
|
protected $phpbb_root_path;
|
||||||
|
|
||||||
|
/** @var string */
|
||||||
|
protected $php_ext;
|
||||||
|
|
||||||
/** @var string Notification Web Push table */
|
/** @var string Notification Web Push table */
|
||||||
protected $notification_webpush_table;
|
protected $notification_webpush_table;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue