Completed
Push — master ( 28ecd9...c893a6 )
by Daan
34:33 queued 25:20
created
src/WebhooksController.php 1 patch
Unused Use Statements   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -2,11 +2,11 @@
 block discarded – undo
2 2
 
3 3
 namespace Appvise\AppStoreNotifications;
4 4
 
5
-use Illuminate\Http\Request;
6
-use Appvise\AppStoreNotifications\Model\NotificationType;
7
-use Appvise\AppStoreNotifications\Model\AppleNotification;
8 5
 use Appvise\AppStoreNotifications\Exceptions\WebhookFailed;
6
+use Appvise\AppStoreNotifications\Model\AppleNotification;
9 7
 use Appvise\AppStoreNotifications\Model\NotificationPayload;
8
+use Appvise\AppStoreNotifications\Model\NotificationType;
9
+use Illuminate\Http\Request;
10 10
 
11 11
 class WebhooksController
12 12
 {
Please login to merge, or discard this patch.