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.
2 parents 4ebebed + cb9c6bd commit 4d2a964Copy full SHA for 4d2a964
README.md
@@ -73,7 +73,7 @@ Follow Laravel's documentation to add the channel to your Notification class.
73
74
```php
75
use NotificationChannels\Twitter\TwitterChannel;
76
-use NotificationChannels\Twitter\TwitterMessage;
+use NotificationChannels\Twitter\TwitterStatusUpdate;
77
78
class NewsWasPublished extends Notification
79
{
0 commit comments