Quellcode durchsuchen

Fix #509 - No forceRootURL method in Lumen`

shalvah vor 6 Jahren
Ursprung
Commit
ac54ea7983
1 geänderte Dateien mit 4 neuen und 0 gelöschten Zeilen
  1. 4 0
      CHANGELOG.md

+ 4 - 0
CHANGELOG.md

@@ -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)