Skip to content

Commit 404acc4

Browse files
authored
Make proxy field nullable (#4)
1 parent ba9b6f5 commit 404acc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Webhook.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
class Webhook
1111
{
1212
private string $url;
13-
private string $proxy;
13+
private ?string $proxy;
1414

1515
public function __construct(string $url)
1616
{

0 commit comments

Comments
 (0)