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 30375f8 commit 4663962Copy full SHA for 4663962
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