Skip to content

Commit cb4e987

Browse files
committed
Code style fixes.
1 parent 88092a0 commit cb4e987

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ public function handle()
2424
$this->replyWithMessage([
2525
'text' => 'If you like this bot and find it useful, please give a star to '.
2626
'[the GitHub repository](https://github.com/itorgov/laravel-forge-bot). '.
27-
'Of course, if you would like to support it, please consider a donation ' .
28-
'using my [PayPal](https://paypal.me/WiDe) page. Your donation would help ' .
27+
'Of course, if you would like to support it, please consider a donation '.
28+
'using my [PayPal](https://paypal.me/WiDe) page. Your donation would help '.
2929
'[me](https://t.me/ivantorgov) a lot to continue running this bot and covering hosting costs.',
3030
'parse_mode' => 'Markdown',
3131
]);

0 commit comments

Comments
 (0)