@@ -2,10 +2,10 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace NotificationChannels\WebPush; |
| 4 | 4 | |
| 5 | -use Minishlink\WebPush\WebPush; |
|
| 6 | -use Minishlink\WebPush\Subscription; |
|
| 7 | -use Minishlink\WebPush\MessageSentReport; |
|
| 8 | 5 | use Illuminate\Notifications\Notification; |
| 6 | +use Minishlink\WebPush\MessageSentReport; |
|
| 7 | +use Minishlink\WebPush\Subscription; |
|
| 8 | +use Minishlink\WebPush\WebPush; |
|
| 9 | 9 | |
| 10 | 10 | class WebPushChannel |
| 11 | 11 | { |