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