| @@ -10,6 +10,9 @@ | ||
| 10 | 10 |  { | 
| 11 | 11 | |
| 12 | 12 | |
| 13 | + /** | |
| 14 | + * @param string $authorization | |
| 15 | + */ | |
| 13 | 16 | public function sendSmsRequest(string $url,Array $data,$authorization) | 
| 14 | 17 |      { | 
| 15 | 18 | |
| @@ -4,8 +4,6 @@ | ||
| 4 | 4 | namespace Epmnzava\Telerivet\Api; | 
| 5 | 5 | |
| 6 | 6 | |
| 7 | -use Epmnzava\Telerivet\Models\SendSmsResponse; | |
| 8 | - | |
| 9 | 7 | class TelerivetApi | 
| 10 | 8 |  { | 
| 11 | 9 | |