@@ -2,8 +2,8 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace NotificationChannels\Plivo; |
| 4 | 4 | |
| 5 | -use NotificationChannels\Plivo\Exceptions\CouldNotSendNotification; |
|
| 6 | 5 | use Illuminate\Notifications\Notification; |
| 6 | +use NotificationChannels\Plivo\Exceptions\CouldNotSendNotification; |
|
| 7 | 7 | |
| 8 | 8 | class PlivoChannel |
| 9 | 9 | { |