Skip to content

Commit 321b2ab

Browse files
committed
make assigned nullable
1 parent ea509d5 commit 321b2ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Data/CrispConversation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public function __construct(
3333

3434
public array $unread, // object
3535

36-
public array $assigned, // object,
36+
public ?array $assigned, // object,
3737

3838
public Meta $meta, // object
3939

0 commit comments

Comments
 (0)