File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ class SmsParams implements ParamsInterface
13
13
protected ?string $ foreign_id = null ;
14
14
protected ?string $ from = null ;
15
15
protected ?string $ label = null ;
16
- protected ?bool $ no_reload = null ;
17
16
protected ?bool $ performance_tracking = null ;
18
17
protected string $ text ;
19
18
protected array $ to = [];
@@ -112,17 +111,6 @@ public function setLabel(?string $label): self
112
111
return $ this ;
113
112
}
114
113
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
-
126
114
public function getPerformanceTracking (): ?bool
127
115
{
128
116
return $ this ->performance_tracking ;
You can’t perform that action at this time.
0 commit comments