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 2
2
3
3
namespace NotificationChannels \Twilio \Exceptions ;
4
4
5
- use NotificationChannels \Twilio \SmsMessage ;
6
5
use NotificationChannels \Twilio \CallMessage ;
6
+ use NotificationChannels \Twilio \SmsMessage ;
7
7
8
8
class CouldNotSendNotification extends \Exception
9
9
{
Original file line number Diff line number Diff line change 2
2
3
3
namespace NotificationChannels \Twilio ;
4
4
5
- use Twilio \Rest \Client as TwilioService ;
6
5
use NotificationChannels \Twilio \Exceptions \CouldNotSendNotification ;
6
+ use Twilio \Rest \Client as TwilioService ;
7
7
8
8
class Twilio
9
9
{
Original file line number Diff line number Diff line change 3
3
namespace NotificationChannels \Twilio ;
4
4
5
5
use Exception ;
6
- use Illuminate \Notifications \Notification ;
7
6
use Illuminate \Contracts \Events \Dispatcher ;
8
7
use Illuminate \Notifications \Events \NotificationFailed ;
8
+ use Illuminate \Notifications \Notification ;
9
9
use NotificationChannels \Twilio \Exceptions \CouldNotSendNotification ;
10
10
11
11
class TwilioChannel
You can’t perform that action at this time.
0 commit comments