|
@@ -2,11 +2,11 @@ |
|
|
block discarded – undo |
|
2
|
2
|
|
|
3
|
3
|
namespace NotificationChannels\ExpoPushNotifications; |
|
4
|
4
|
|
|
|
5
|
+use ExponentPhpSDK\Exceptions\ExpoException; |
|
5
|
6
|
use ExponentPhpSDK\Expo; |
|
6
|
7
|
use Illuminate\Events\Dispatcher; |
|
7
|
|
-use Illuminate\Notifications\Notification; |
|
8
|
|
-use ExponentPhpSDK\Exceptions\ExpoException; |
|
9
|
8
|
use Illuminate\Notifications\Events\NotificationFailed; |
|
|
9
|
+use Illuminate\Notifications\Notification; |
|
10
|
10
|
use NotificationChannels\ExpoPushNotifications\Exceptions\CouldNotSendNotification; |
|
11
|
11
|
|
|
12
|
12
|
class ExpoChannel |
Please login to merge, or discard this patch.