@@ -3,9 +3,9 @@ |
||
3 | 3 | namespace Neo\PusherBeams; |
4 | 4 | |
5 | 5 | use Illuminate\Events\Dispatcher; |
6 | +use Illuminate\Notifications\Events\NotificationFailed; |
|
6 | 7 | use Illuminate\Notifications\Notification; |
7 | 8 | use Pusher\PushNotifications\PushNotifications; |
8 | -use Illuminate\Notifications\Events\NotificationFailed; |
|
9 | 9 | |
10 | 10 | class PusherBeams |
11 | 11 | { |