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 30375f8 + 4663962 commit afa080eCopy full SHA for afa080e
src/TwitterChannel.php
@@ -21,6 +21,7 @@ public function __construct(protected TwitterOAuth $twitter)
21
*/
22
public function send($notifiable, Notification $notification): array|object
23
{
24
+ $this->twitter->setApiVersion('1.1');
25
$this->changeTwitterSettingsIfNeeded($notifiable);
26
27
$twitterMessage = $notification->toTwitter($notifiable);
0 commit comments