@@ -3,8 +3,8 @@ |
||
| 3 | 3 | namespace NotificationChannels\Todoist; |
| 4 | 4 | |
| 5 | 5 | use GuzzleHttp\Client; |
| 6 | -use NotificationChannels\Todoist\Exceptions\CouldNotSendNotification; |
|
| 7 | 6 | use Illuminate\Notifications\Notification; |
| 7 | +use NotificationChannels\Todoist\Exceptions\CouldNotSendNotification; |
|
| 8 | 8 | |
| 9 | 9 | class TodoistChannel |
| 10 | 10 | { |