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