We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9546eb commit 0803d2dCopy full SHA for 0803d2d
CHANGELOG.md
@@ -2,6 +2,6 @@
2
3
All notable changes will be documented in this file
4
5
-## 0.0.3 - 2020-08-11
+## 0.0.4 - 2020-08-11
6
7
- initial release
composer.json
@@ -37,5 +37,12 @@
37
},
38
"config": {
39
"sort-packages": true
40
+ },
41
+ "extra": {
42
+ "laravel": {
43
+ "providers": [
44
+ "NotificationChannels\\SendGrid\\SendGridServiceProvider"
45
+ ]
46
+ }
47
}
48
0 commit comments