Skip to content

Commit 64daaf5

Browse files
committed
Update README
1 parent ae71d88 commit 64daaf5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,15 +68,14 @@ Notice: The originator can contain a maximum of 11 alphanumeric characters.
6868
Now you can use the channel in your `via()` method inside the notification:
6969

7070
``` php
71-
use NotificationChannels\Cmsms\CmsmsChannel;
7271
use NotificationChannels\Cmsms\CmsmsMessage;
7372
use Illuminate\Notifications\Notification;
7473

7574
class VpsServerOrdered extends Notification
7675
{
7776
public function via($notifiable)
7877
{
79-
return [CmsmsChannel::class];
78+
return ['cmsms'];
8079
}
8180

8281
public function toCmsms($notifiable)

0 commit comments

Comments
 (0)