Skip to content

Commit cdb1b98

Browse files
authored
Merge pull request #7 from oyed/patch-1
Replaced breaking trailing semi-colon
2 parents 3fcc820 + 510c7eb commit cdb1b98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ First you must install the service provider:
2626
'providers' => [
2727
...
2828
NotificationChannels\WebPush\WebPushServiceProvider::class,
29-
];
29+
],
3030
```
3131

3232
Then configure [Google Cloud Messaging](https://console.cloud.google.com) by setting your `key` and `sender_id`:

0 commit comments

Comments
 (0)