We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7fb74b commit 11c70efCopy full SHA for 11c70ef
src/Notification.php
@@ -26,7 +26,7 @@ public function __construct($endpoint, $payload, $userPublicKey)
26
{
27
$this->endpoint = $endpoint;
28
$this->payload = $payload;
29
- $this->userPublicKey = $payload;
+ $this->userPublicKey = $userPublicKey;
30
}
31
32
/**
0 commit comments