Completed
Push — master ( bf17ad...8a288d )
by Marcel
14:42 queued 11:22
created
src/MailLiftChannel.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\MailLift;
4 4
 
5 5
 use GuzzleHttp\Client;
6
+use Illuminate\Notifications\Notification;
6 7
 use Illuminate\Support\Arr;
7 8
 use NotificationChannels\MailLift\Exceptions\CouldNotSendNotification;
8
-use Illuminate\Notifications\Notification;
9 9
 use NotificationChannels\MailLift\Exceptions\InvalidConfiguration;
10 10
 
11 11
 class MailLiftChannel
Please login to merge, or discard this patch.