Skip to content

Commit 8ffdff9

Browse files
authored
Merge pull request #6 from itorgov/analysis-PxobKW
Apply fixes from StyleCI
2 parents 13b7d70 + 4108281 commit 8ffdff9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Integrations/Telegram/Commands/Irazasyed/WebhookCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ private function sendImage($image): MessageObject
8787
{
8888
return $this->replyWithPhoto([
8989
'photo' => $image,
90-
'caption' => "Copy that URL and paste it to this section in your Laravel Forge site details.",
90+
'caption' => 'Copy that URL and paste it to this section in your Laravel Forge site details.',
9191
]);
9292
}
9393
}

0 commit comments

Comments
 (0)