We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92c52d9 commit 939b355Copy full SHA for 939b355
1 file changed
notification/method/webpush.php
@@ -52,7 +52,7 @@ class webpush extends messenger_base implements extended_method_interface
52
protected $push_subscriptions_table;
53
54
/** @var int Fallback size for padding if endpoint is mozilla, see https://github.com/web-push-libs/web-push-php/issues/108#issuecomment-2133477054 */
55
- const MOZILLA_FALLBACK_PADDING = 2820;
+ public const MOZILLA_FALLBACK_PADDING = 2820;
56
57
/**
58
* Notification Method Web Push constructor
0 commit comments