We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3237a3b + 4629450 commit 639a3b9Copy full SHA for 639a3b9
app/Models/Checkoutable.php
@@ -13,7 +13,7 @@ public function __construct(
13
public string $name,
14
public string $type,
15
public object $acceptance,
16
- public object $assignee,
+ public readonly User|Asset|Location|null $assignee,
17
public readonly string $plain_text_category,
18
public readonly string $plain_text_model,
19
public readonly string $plain_text_name,
0 commit comments