Completed
Pull Request — master (#14)
by Semyon
12:36
created
src/ApnChannel.php 1 patch
Unused Use Statements   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -2,14 +2,14 @@
 block discarded – undo
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
 {
Please login to merge, or discard this patch.