@@ -3,9 +3,9 @@ |
||
| 3 | 3 | namespace NotificationChannels\TotalVoice; |
| 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\TotalVoice\Exceptions\CouldNotSendNotification; |
| 10 | 10 | |
| 11 | 11 | class TotalVoiceChannel |