File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
namespace NotificationChannels \Pushbullet \Exceptions ;
4
4
5
- use GuzzleHttp \Exception \ClientException ;
6
5
use RuntimeException ;
6
+ use GuzzleHttp \Exception \ClientException ;
7
7
8
8
class CouldNotSendNotification extends RuntimeException
9
9
{
Original file line number Diff line number Diff line change 2
2
3
3
namespace NotificationChannels \Pushbullet ;
4
4
5
- use NotificationChannels \Pushbullet \Events \MessageWasSent ;
6
- use NotificationChannels \Pushbullet \Events \SendingMessage ;
7
5
use Illuminate \Notifications \Notification ;
8
- use NotificationChannels \Pushbullet \Targets \Device ;
9
6
use NotificationChannels \Pushbullet \Targets \Email ;
7
+ use NotificationChannels \Pushbullet \Targets \Device ;
10
8
use NotificationChannels \Pushbullet \Targets \Targetable ;
11
9
12
10
class PushbulletChannel
You can’t perform that action at this time.
0 commit comments