@@ -2,9 +2,9 @@ |
||
2 | 2 | |
3 | 3 | namespace NotificationChannels\Pushover; |
4 | 4 | |
5 | +use Illuminate\Notifications\Notification; |
|
5 | 6 | use NotificationChannels\Pushover\Events\MessageWasSent; |
6 | 7 | use NotificationChannels\Pushover\Events\SendingMessage; |
7 | -use Illuminate\Notifications\Notification; |
|
8 | 8 | use NotificationChannels\Pushover\Exceptions\CouldNotSendNotification; |
9 | 9 | |
10 | 10 | class PushoverChannel |