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