@@ -2,10 +2,10 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace NotificationChannels\PusherPushNotifications; |
| 4 | 4 | |
| 5 | -use 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; |
|
| 9 | 9 | |
| 10 | 10 | class PusherChannel |
| 11 | 11 | { |