Skip to content

Commit

Permalink
Allow owner to be null
Browse files Browse the repository at this point in the history
  • Loading branch information
juniwalk authored Feb 13, 2024
1 parent 86d525f commit c716378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RecordBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ public function withDate(DateTimeInterface $date): static
}


public function withOwner(Identity $owner): static
public function withOwner(?Identity $owner): static
{
$this->record['owner'] = $owner;
return $this;
Expand Down

0 comments on commit c716378

Please sign in to comment.