Skip to content

Commit 4451605

Browse files
committed
feat: Add singleValueExtendedProperties method to Emails class
1 parent eb8fe60 commit 4451605

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/Resources/Emails.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,13 @@ public function attachments(array $attachments): static
8585
return $this;
8686
}
8787

88+
public function singleValueExtendedProperties(array $singleValueExtendedProperties): static
89+
{
90+
$this->singleValueExtendedProperties = $singleValueExtendedProperties;
91+
92+
return $this;
93+
}
94+
8895
public function top(string $top): static
8996
{
9097
$this->top = $top;

0 commit comments

Comments
 (0)