@@ -3,8 +3,8 @@  | 
                                                    ||
| 3 | 3 | namespace NotificationChannels\OneSignal;  | 
                                                        
| 4 | 4 | |
| 5 | 5 | use Berkayk\OneSignal\OneSignalClient;  | 
                                                        
| 6 | -use NotificationChannels\OneSignal\Exceptions\CouldNotSendNotification;  | 
                                                        |
| 7 | 6 | use Illuminate\Notifications\Notification;  | 
                                                        
| 7 | +use NotificationChannels\OneSignal\Exceptions\CouldNotSendNotification;  | 
                                                        |
| 8 | 8 | use Psr\Http\Message\ResponseInterface;  | 
                                                        
| 9 | 9 | |
| 10 | 10 | class OneSignalChannel  |