Skip to content

Commit 5d53326

Browse files
committed
remove sms parameter unicode
1 parent 7589f1f commit 5d53326

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/Resource/Sms/SmsParams.php

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ class SmsParams implements ParamsInterface
1818
protected array $to = [];
1919
protected ?int $ttl = null;
2020
protected ?string $udh = null;
21-
protected ?bool $unicode = null;
2221
protected ?bool $utf8 = null;
2322

2423
public function __construct(string $text, string ...$to)
@@ -172,17 +171,6 @@ public function setUdh(?string $udh): self
172171
return $this;
173172
}
174173

175-
public function getUnicode(): ?bool
176-
{
177-
return $this->unicode;
178-
}
179-
180-
public function setUnicode(?bool $unicode): self
181-
{
182-
$this->unicode = $unicode;
183-
return $this;
184-
}
185-
186174
public function getUtf8(): ?bool
187175
{
188176
return $this->utf8;

0 commit comments

Comments
 (0)