@@ -4,10 +4,10 @@ |
||
4 | 4 | |
5 | 5 | use Exception; |
6 | 6 | use Illuminate\Events\Dispatcher; |
7 | +use Illuminate\Notifications\Events\NotificationFailed; |
|
7 | 8 | use Illuminate\Notifications\Notification; |
8 | -use ZendService\Apple\Apns\Client\Message as Client; |
|
9 | 9 | use NotificationChannels\Apn\Exceptions\SendingFailed; |
10 | -use Illuminate\Notifications\Events\NotificationFailed; |
|
10 | +use ZendService\Apple\Apns\Client\Message as Client; |
|
11 | 11 | use ZendService\Apple\Apns\Response\Message as Response; |
12 | 12 | |
13 | 13 | class ApnChannel |