@@ -4,8 +4,8 @@ |
||
| 4 | 4 | |
| 5 | 5 | use GuzzleHttp\Client; |
| 6 | 6 | use Illuminate\Notifications\Notification; |
| 7 | -use NotificationChannels\Engage\Exceptions\InvalidConfiguration; |
|
| 8 | 7 | use NotificationChannels\Engage\Exceptions\CouldNotSendNotification; |
| 8 | +use NotificationChannels\Engage\Exceptions\InvalidConfiguration; |
|
| 9 | 9 | |
| 10 | 10 | class EngageChannel |
| 11 | 11 | { |