Fix #509 - No forceRootURL method in Lumen`

This commit is contained in:
shalvah
2019-05-17 19:52:09 +01:00
parent 2146fa114d
commit ac54ea7983

View File

@@ -13,6 +13,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Removed
## [3.7.1] - Thursday, 2 May 2019
### Fixed
- Handle exception for no URL::forceRootURL() method in Lumen ()
## [3.7.0] - Thursday, 2 May 2019
### Added
- Support for `@queryParams` in Dingo FormRequests (https://github.com/mpociot/laravel-apidoc-generator/pull/506)