@@ -2,11 +2,7 @@ |
||
2 | 2 | |
3 | 3 | namespace NotificationChannels\Apn; |
4 | 4 | |
5 | -use Illuminate\Contracts\Events\Dispatcher; |
|
6 | -use Illuminate\Notifications\Events\NotificationFailed; |
|
7 | 5 | use Illuminate\Notifications\Notification; |
8 | -use Pushok\Client; |
|
9 | -use Pushok\Response; |
|
10 | 6 | |
11 | 7 | class ApnVoipChannel extends ApnChannel |
12 | 8 | { |