Completed
Push — master ( f1dca8...ffc373 )
by Freek
01:56
created
src/WunderlistChannel.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -3,11 +3,11 @@
 block discarded – undo
3 3
 namespace NotificationChannels\Wunderlist;
4 4
 
5 5
 use GuzzleHttp\Client;
6
+use Illuminate\Notifications\Notification;
6 7
 use Illuminate\Support\Arr;
7
-use NotificationChannels\Wunderlist\Exceptions\CouldNotSendNotification;
8 8
 use NotificationChannels\Wunderlist\Events\MessageWasSent;
9 9
 use NotificationChannels\Wunderlist\Events\SendingMessage;
10
-use Illuminate\Notifications\Notification;
10
+use NotificationChannels\Wunderlist\Exceptions\CouldNotSendNotification;
11 11
 use NotificationChannels\Wunderlist\Exceptions\InvalidConfiguration;
12 12
 
13 13
 class WunderlistChannel
Please login to merge, or discard this patch.