@@ -3,8 +3,8 @@ |
||
3 | 3 | namespace NotificationChannels\Fcm; |
4 | 4 | |
5 | 5 | use GuzzleHttp\Client; |
6 | -use GuzzleHttp\Psr7\Response; |
|
7 | 6 | use GuzzleHttp\Exception\RequestException; |
7 | +use GuzzleHttp\Psr7\Response; |
|
8 | 8 | use Illuminate\Notifications\Notification; |
9 | 9 | use NotificationChannels\Fcm\Exceptions\CouldNotSendNotification; |
10 | 10 |