Skip to content

Commit 92fe436

Browse files
committed
rm unused members
1 parent 72d25e2 commit 92fe436

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/Notification.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,6 @@ class Notification
1616
/** @var string */
1717
private $endpoint;
1818

19-
/** @var string|null */
20-
private $payload;
21-
22-
/** @var string|null Base64 encoded */
23-
private $userPublicKey;
24-
2519
public function __construct($endpoint, $payload, $userPublicKey)
2620
{
2721
$this->endpoint = $endpoint;

0 commit comments

Comments
 (0)