This repository was archived by the owner on Jan 21, 2020. It is now read-only.
zend-expressive-fastroute 2.2.1
Added
- Nothing.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #53 provides a default value of an empty array for the
FastRouteRouter::$routesproperty. When no routes were present, andgenerateUri()was called, the previousnulldefault would cause an error.