Skip to content

Commit 003f3be

Browse files
committed
refactor SmsApiMessage to remove commented code
1 parent e7229ad commit 003f3be

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/SmsApiMessage.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ public static function create(string $content): self
3535
return new self($content);
3636
}
3737

38-
// Pozostałe metody jak wcześniej...
3938
public function from(string $from): self
4039
{
4140
return $this->withProperty('from', $from);

0 commit comments

Comments
 (0)