Completed
Push — master ( a59c95...9cb990 )
by Semyon
09:06
created
src/ApnChannel.php 1 patch
Unused Use Statements   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -2,13 +2,13 @@
 block discarded – undo
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
 {
Please login to merge, or discard this patch.