@@ -20,7 +20,7 @@ |
||
| 20 | 20 | private $events; |
| 21 | 21 | |
| 22 | 22 | /** |
| 23 | - * @param \Pusher $pusher |
|
| 23 | + * @param Pusher $pusher |
|
| 24 | 24 | */ |
| 25 | 25 | public function __construct(Pusher $pusher, Dispatcher $events) |
| 26 | 26 | { |
@@ -2,10 +2,10 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace NotificationChannels\PusherPushNotifications; |
| 4 | 4 | |
| 5 | -use Pusher\Pusher; |
|
| 6 | 5 | use Illuminate\Events\Dispatcher; |
| 7 | -use Illuminate\Notifications\Notification; |
|
| 8 | 6 | use Illuminate\Notifications\Events\NotificationFailed; |
| 7 | +use Illuminate\Notifications\Notification; |
|
| 8 | +use Pusher\Pusher; |
|
| 9 | 9 | |
| 10 | 10 | class PusherChannel |
| 11 | 11 | { |