Skip to content

Commit cb9c6bd

Browse files
authored
Update README.md
The readme currently states to `use NotificationChannels\Twitter\TwitterMessage;`, but that's not the correct class.
1 parent cba4436 commit cb9c6bd

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
@@ -73,7 +73,7 @@ Follow Laravel's documentation to add the channel to your Notification class.
7373

7474
```php
7575
use NotificationChannels\Twitter\TwitterChannel;
76-
use NotificationChannels\Twitter\TwitterMessage;
76+
use NotificationChannels\Twitter\TwitterStatusUpdate;
7777

7878
class NewsWasPublished extends Notification
7979
{

0 commit comments

Comments
 (0)