@@ -3,11 +3,11 @@ |
||
3 | 3 | namespace NotificationChannels\Trello; |
4 | 4 | |
5 | 5 | use GuzzleHttp\Client; |
6 | -use Illuminate\Support\Arr; |
|
7 | 6 | use Illuminate\Notifications\Notification; |
7 | +use Illuminate\Support\Arr; |
|
8 | 8 | use NotificationChannels\Trello\Exceptions\CouldNotAddComment; |
9 | -use NotificationChannels\Trello\Exceptions\InvalidConfiguration; |
|
10 | 9 | use NotificationChannels\Trello\Exceptions\CouldNotSendNotification; |
10 | +use NotificationChannels\Trello\Exceptions\InvalidConfiguration; |
|
11 | 11 | |
12 | 12 | class TrelloChannel |
13 | 13 | { |