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