Skip to content

Commit e7eac22

Browse files
authored
Merge pull request #11 from codebar-ag/finalize-beekeeper-api
Finalize Beekeper
2 parents cbd1177 + 5d48a49 commit e7eac22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Requests/CreateAPostInAGivenStream.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class CreateAPostInAGivenStream extends Request implements HasBody
2020

2121
public function __construct(
2222
protected readonly string $streamId,
23-
protected readonly ?string $text = null,
23+
protected readonly string $text,
2424
protected readonly ?string $title = null,
2525
protected null|array|Collection $labels = null,
2626
protected readonly bool $sticky = false,

0 commit comments

Comments
 (0)