Completed
Branch master (425d91)
by Rafael
10:43
created
src/TotalVoiceChannel.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,9 +3,9 @@
 block discarded – undo
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
Please login to merge, or discard this patch.