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 7f5c635 commit 6306625Copy full SHA for 6306625
README.md
@@ -109,12 +109,12 @@ method.
109
````php
110
public function toTwitter($notifiable)
111
{
112
- return (new TwitterStatusUpdate('Laravel notifications are awesom!'))->withImage('marcel.png');
+ return (new TwitterStatusUpdate('Laravel notifications are awesome!'))->withImage('marcel.png');
113
}
114
````
115
If you want to use multiple images, just pass an array of paths.
116
117
-return (new TwitterStatusUpdate('Laravel notifications are awesom!'))->withImage([
+return (new TwitterStatusUpdate('Laravel notifications are awesome!'))->withImage([
118
public_path('marcel.png'),
119
public_path('mohamed.png')
120
]);
0 commit comments