@@ -2,8 +2,8 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace NotificationChannels\SmscRu; |
| 4 | 4 | |
| 5 | -use Illuminate\Support\Arr; |
|
| 6 | 5 | use GuzzleHttp\Client as HttpClient; |
| 6 | +use Illuminate\Support\Arr; |
|
| 7 | 7 | use NotificationChannels\SmscRu\Exceptions\CouldNotSendNotification; |
| 8 | 8 | |
| 9 | 9 | class SmscRuApi |
@@ -126,7 +126,6 @@ |
||
| 126 | 126 | /** |
| 127 | 127 | * Set the voice used to read text (for voice messages only). |
| 128 | 128 | * |
| 129 | - * @param string $call |
|
| 130 | 129 | * |
| 131 | 130 | * @return $this |
| 132 | 131 | */ |