@@ -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  |