@@ -32,7 +32,7 @@ |
||
32 | 32 | /** |
33 | 33 | * Send the given notification. |
34 | 34 | * |
35 | - * @param mixed $notificable |
|
35 | + * @param mixed $notifiable |
|
36 | 36 | * @param \Illuminate\Notifications\Notification $notification |
37 | 37 | */ |
38 | 38 | public function send($notifiable, Notification $notification) |
@@ -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 | { |