Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Saifallak committed Jan 2, 2025
2 parents a56627d + bbb652d commit ab1a1c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Cloudwa.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public function phone(array|string $phone): static
return $this;
}

public function templateParameters(array|null $templateParameters): static
public function templateParameters(?array $templateParameters): static
{
$this->templateParameters = array_merge($this->templateParameters ?? [], Arr::wrap(($templateParameters ?? [])));

Expand Down

0 comments on commit ab1a1c9

Please sign in to comment.