File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
33namespace NotificationChannels \Twilio \Exceptions ;
44
5- use NotificationChannels \Twilio \SmsMessage ;
65use NotificationChannels \Twilio \CallMessage ;
6+ use NotificationChannels \Twilio \SmsMessage ;
77
88class CouldNotSendNotification extends \Exception
99{
Original file line number Diff line number Diff line change 22
33namespace NotificationChannels \Twilio ;
44
5- use Twilio \Rest \Client as TwilioService ;
65use NotificationChannels \Twilio \Exceptions \CouldNotSendNotification ;
6+ use Twilio \Rest \Client as TwilioService ;
77
88class Twilio
99{
Original file line number Diff line number Diff line change 33namespace NotificationChannels \Twilio ;
44
55use Exception ;
6- use Illuminate \Notifications \Notification ;
76use Illuminate \Contracts \Events \Dispatcher ;
87use Illuminate \Notifications \Events \NotificationFailed ;
8+ use Illuminate \Notifications \Notification ;
99use NotificationChannels \Twilio \Exceptions \CouldNotSendNotification ;
1010
1111class TwilioChannel
You can’t perform that action at this time.
0 commit comments