Skip to content

Commit 939b355

Browse files
committed
Add access modifier to class constant
Signed-off-by: Matt Friedman <maf675@gmail.com>
1 parent 92c52d9 commit 939b355

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

notification/method/webpush.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ class webpush extends messenger_base implements extended_method_interface
5252
protected $push_subscriptions_table;
5353

5454
/** @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;
55+
public const MOZILLA_FALLBACK_PADDING = 2820;
5656

5757
/**
5858
* Notification Method Web Push constructor

0 commit comments

Comments
 (0)