Completed
Branch master (7e3e0e)
by Ryota
06:22
created
src/LineChannel.php 1 patch
Unused Use Statements   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -2,10 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace NotificationChannels\Line;
4 4
 
5
-use NotificationChannels\Line\Exceptions\CouldNotSendNotification;
6
-use NotificationChannels\Line\Events\MessageWasSent;
7
-use NotificationChannels\Line\Events\SendingMessage;
8 5
 use Illuminate\Notifications\Notification;
6
+use NotificationChannels\Line\Exceptions\CouldNotSendNotification;
9 7
 
10 8
 class LineChannel
11 9
 {
Please login to merge, or discard this patch.