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 22
33namespace NotificationChannels \Pushbullet \Exceptions ;
44
5- use GuzzleHttp \Exception \ClientException ;
65use RuntimeException ;
6+ use GuzzleHttp \Exception \ClientException ;
77
88class CouldNotSendNotification extends RuntimeException
99{
Original file line number Diff line number Diff line change 22
33namespace NotificationChannels \Pushbullet ;
44
5- use NotificationChannels \Pushbullet \Events \MessageWasSent ;
6- use NotificationChannels \Pushbullet \Events \SendingMessage ;
75use Illuminate \Notifications \Notification ;
8- use NotificationChannels \Pushbullet \Targets \Device ;
96use NotificationChannels \Pushbullet \Targets \Email ;
7+ use NotificationChannels \Pushbullet \Targets \Device ;
108use NotificationChannels \Pushbullet \Targets \Targetable ;
119
1210class PushbulletChannel
You can’t perform that action at this time.
0 commit comments