Skip to content

Commit 5e347a9

Browse files
author
Oleksii Golub
authored
Update Turbosms.php
1 parent 3facf3a commit 5e347a9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Turbosms.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
/**
1111
*
12-
* @author AVATOR (Oleksii Golub) <sclub2018@yandex.ua>
12+
* @author AVATOR (Oleksii Golub) <oleksii.v.golub@gmail.com>
1313
* @since 1.0
1414
*/
1515
class Turbosms extends Component
@@ -72,6 +72,7 @@ class Turbosms extends Component
7272
* @var string
7373
*/
7474
public $errorMessage = 'Сообщения не отправлено (ошибка: "%error%")';
75+
7576
/**
7677
* Save to db log
7778
*
@@ -122,7 +123,7 @@ public function send($text, $phones)
122123
}
123124

124125
/**
125-
* Connetc to Turbosms by Soap
126+
* Connect to Turbosms by Soap
126127
*
127128
* @return SoapClient
128129
* @throws InvalidConfigException

0 commit comments

Comments
 (0)