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 13b7d70 + 4108281 commit 8ffdff9Copy full SHA for 8ffdff9
app/Integrations/Telegram/Commands/Irazasyed/WebhookCommand.php
@@ -87,7 +87,7 @@ private function sendImage($image): MessageObject
87
{
88
return $this->replyWithPhoto([
89
'photo' => $image,
90
- 'caption' => "Copy that URL and paste it to this section in your Laravel Forge site details.",
+ 'caption' => 'Copy that URL and paste it to this section in your Laravel Forge site details.',
91
]);
92
}
93
0 commit comments