@@ -2,13 +2,13 @@ |
||
2 | 2 | |
3 | 3 | namespace SemyonChetvertnyh\ApnNotificationChannel; |
4 | 4 | |
5 | +use Illuminate\Notifications\Notification; |
|
5 | 6 | use Pushok\Client; |
7 | +use Pushok\Notification as PushokNotification; |
|
6 | 8 | use Pushok\Payload; |
7 | 9 | use Pushok\Payload\Alert; |
8 | -use Illuminate\Notifications\Notification; |
|
9 | -use Pushok\Notification as PushokNotification; |
|
10 | -use SemyonChetvertnyh\ApnNotificationChannel\Exceptions\InvalidPayloadException; |
|
11 | 10 | use SemyonChetvertnyh\ApnNotificationChannel\Exceptions\CouldNotSendNotification; |
11 | +use SemyonChetvertnyh\ApnNotificationChannel\Exceptions\InvalidPayloadException; |
|
12 | 12 | |
13 | 13 | class ApnChannel |
14 | 14 | { |