|
@@ -3,10 +3,10 @@ |
|
|
block discarded – undo |
|
3
|
3
|
namespace NotificationChannels\Trello; |
|
4
|
4
|
|
|
5
|
5
|
use GuzzleHttp\Client; |
|
6
|
|
-use Illuminate\Support\Arr; |
|
7
|
6
|
use Illuminate\Notifications\Notification; |
|
8
|
|
-use NotificationChannels\Trello\Exceptions\InvalidConfiguration; |
|
|
7
|
+use Illuminate\Support\Arr; |
|
9
|
8
|
use NotificationChannels\Trello\Exceptions\CouldNotSendNotification; |
|
|
9
|
+use NotificationChannels\Trello\Exceptions\InvalidConfiguration; |
|
10
|
10
|
|
|
11
|
11
|
class TrelloChannel |
|
12
|
12
|
{ |
Please login to merge, or discard this patch.