@@ -18,7 +18,6 @@ |
||
| 18 | 18 | * Update (or create) subscription. |
| 19 | 19 | * |
| 20 | 20 | * @param string $endpoint |
| 21 | - * @param string $endpoint_key |
|
| 22 | 21 | * @param string|null $key |
| 23 | 22 | * @param string|null $token |
| 24 | 23 | * @param string|null $contentEncoding |
@@ -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 |