@@ -7,9 +7,9 @@ |
||
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 | { |