Skip to content

Commit 7589f1f

Browse files
committed
remove sms parameter no_reload
1 parent 3356d7d commit 7589f1f

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
@@ -13,7 +13,6 @@ class SmsParams implements ParamsInterface
1313
protected ?string $foreign_id = null;
1414
protected ?string $from = null;
1515
protected ?string $label = null;
16-
protected ?bool $no_reload = null;
1716
protected ?bool $performance_tracking = null;
1817
protected string $text;
1918
protected array $to = [];
@@ -112,17 +111,6 @@ public function setLabel(?string $label): self
112111
return $this;
113112
}
114113

115-
public function getNoReload(): ?bool
116-
{
117-
return $this->no_reload;
118-
}
119-
120-
public function setNoReload(?bool $noReload): self
121-
{
122-
$this->no_reload = $noReload;
123-
return $this;
124-
}
125-
126114
public function getPerformanceTracking(): ?bool
127115
{
128116
return $this->performance_tracking;

0 commit comments

Comments
 (0)