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 3fd77ef commit cda8074Copy full SHA for cda8074
README.md
@@ -60,7 +60,7 @@ class AccountApproved extends Notification
60
return [TouchSmsChannel::class];
61
}
62
63
- public function toSmsbroadcast($notifiable)
+ public function toTouchsms($notifiable)
64
{
65
return (new TouchSmsMessage)
66
->content("Task #{$notifiable->id} is complete!");
composer.json
@@ -35,6 +35,13 @@
35
"test": "phpunit",
36
"test:coverage": "phpunit --coverage-text --coverage-clover=coverage.clover"
37
},
38
+ "extra": {
39
+ "laravel": {
40
+ "providers": [
41
+ "NotificationChannels\\TouchSms\\TouchSmsChannel"
42
+ ]
43
+ }
44
+ },
45
"config": {
46
"sort-packages": true
47
0 commit comments