|
@@ -3,8 +3,8 @@ |
|
|
block discarded – undo |
|
3
|
3
|
namespace NotificationChannels\IonicPushNotifications; |
|
4
|
4
|
|
|
5
|
5
|
use GuzzleHttp\Client; |
|
6
|
|
-use NotificationChannels\IonicPushNotifications\Exceptions\CouldNotSendNotification; |
|
7
|
6
|
use Illuminate\Notifications\Notification; |
|
|
7
|
+use NotificationChannels\IonicPushNotifications\Exceptions\CouldNotSendNotification; |
|
8
|
8
|
use NotificationChannels\IonicPushNotifications\Exceptions\InvalidConfiguration; |
|
9
|
9
|
|
|
10
|
10
|
class IonicPushChannel |
Please login to merge, or discard this patch.