Skip to content

Commit e6aabbd

Browse files
authored
Merge pull request #90 from laravel-notification-channels/analysis-bQEKaA
Apply fixes from StyleCI
2 parents 14ec8d3 + 3df5090 commit e6aabbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Telegram.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ public function sendMessage(array $params): ?ResponseInterface
148148
*/
149149
public function sendFile(array $params, string $type, bool $multipart = false): ?ResponseInterface
150150
{
151-
return $this->sendRequest('send' . Str::studly($type), $params, $multipart);
151+
return $this->sendRequest('send'.Str::studly($type), $params, $multipart);
152152
}
153153

154154
/**

0 commit comments

Comments
 (0)