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