|
@@ -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.