Skip to content

Commit 4d2a964

Browse files
author
Christoph Rumpel
authored
Merge pull request #29 from gms8994/patch-1
Update README.md
2 parents 4ebebed + cb9c6bd commit 4d2a964

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)