Completed
Push — master ( 799e86...3b0a31 )
by Atymic
25s queued 12s
created
src/EvernoteChannel.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -7,9 +7,9 @@
 block discarded – undo
7 7
 use Evernote\Model\Note;
8 8
 use Evernote\Model\PlainTextNoteContent;
9 9
 use Exception;
10
+use Illuminate\Notifications\Notification;
10 11
 use Illuminate\Support\Arr;
11 12
 use NotificationChannels\Evernote\Exceptions\CouldNotSendNotification;
12
-use Illuminate\Notifications\Notification;
13 13
 
14 14
 class EvernoteChannel
15 15
 {
Please login to merge, or discard this patch.