|
@@ -2,9 +2,9 @@ |
|
|
block discarded – undo |
|
2
|
2
|
|
|
3
|
3
|
namespace NotificationChannels\Pushover; |
|
4
|
4
|
|
|
5
|
|
-use Illuminate\Notifications\Notification; |
|
6
|
|
-use Illuminate\Notifications\Events\NotificationFailed; |
|
7
|
5
|
use Illuminate\Contracts\Events\Dispatcher; |
|
|
6
|
+use Illuminate\Notifications\Events\NotificationFailed; |
|
|
7
|
+use Illuminate\Notifications\Notification; |
|
8
|
8
|
use NotificationChannels\Pushover\Exceptions\ServiceCommunicationError; |
|
9
|
9
|
|
|
10
|
10
|
class PushoverChannel |
Please login to merge, or discard this patch.