Skip to content

Commit

Permalink
Merge pull request #30 from wekser/develop
Browse files Browse the repository at this point in the history
fixed bugs
  • Loading branch information
wekser authored May 15, 2024
2 parents 055781a + 7a6f47a commit bf1d3d3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to `Laragram` will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [v1.5.14] (2024-05-15)

## Fixed

- Fixed bugs

## [v1.5.13] (2024-03-03)

## Fixed
Expand Down
2 changes: 1 addition & 1 deletion src/BotRouter.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ protected function runRoute(array $update, ?array $route): ?array
* @param \Wekser\Laragram\BotResponse|string $response
* @return array
*/
protected function prepareResponse($response): array
protected function prepareResponse($response): ?array
{
return (new FormResponse())->getResponse($this->request, $response);
}
Expand Down

0 comments on commit bf1d3d3

Please sign in to comment.