We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7229ad commit 003f3beCopy full SHA for 003f3be
src/SmsApiMessage.php
@@ -35,7 +35,6 @@ public static function create(string $content): self
35
return new self($content);
36
}
37
38
- // Pozostałe metody jak wcześniej...
39
public function from(string $from): self
40
{
41
return $this->withProperty('from', $from);
0 commit comments