zendframework / zend-expressive-router

Router subcomponent for Expressive
BSD 3-Clause "New" or "Revised" License
28 stars 13 forks source link

Hotfix #68 - Fixed exception message on missing dependency for RouteCollector #69

Closed michalbundyra closed 6 years ago

michalbundyra commented 6 years ago

Fixes #68 Use RouteCollector instead of non-existsing PathBasedRoutingMiddleware in factory in case of missing dependencies.

weierophinney commented 6 years ago

Thanks, @webimpress

geerteltink commented 6 years ago

I know it was weekend, but the credits go to @webimpress for this one :D