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