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 ae71d88 commit 64daaf5Copy full SHA for 64daaf5
README.md
@@ -68,15 +68,14 @@ Notice: The originator can contain a maximum of 11 alphanumeric characters.
68
Now you can use the channel in your `via()` method inside the notification:
69
70
``` php
71
-use NotificationChannels\Cmsms\CmsmsChannel;
72
use NotificationChannels\Cmsms\CmsmsMessage;
73
use Illuminate\Notifications\Notification;
74
75
class VpsServerOrdered extends Notification
76
{
77
public function via($notifiable)
78
79
- return [CmsmsChannel::class];
+ return ['cmsms'];
80
}
81
82
public function toCmsms($notifiable)
0 commit comments