Skip to content

Commit 11c70ef

Browse files
committed
fix typo
1 parent d7fb74b commit 11c70ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Notification.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public function __construct($endpoint, $payload, $userPublicKey)
2626
{
2727
$this->endpoint = $endpoint;
2828
$this->payload = $payload;
29-
$this->userPublicKey = $payload;
29+
$this->userPublicKey = $userPublicKey;
3030
}
3131

3232
/**

0 commit comments

Comments
 (0)