thephpleague / route

Fast PSR-7 based routing and dispatch component including PSR-15 middleware, built on top of FastRoute.
http://route.thephpleague.com
MIT License
651 stars 126 forks source link

Add prefix to Route's path when setting a parent group #245

Closed delboy1978uk closed 5 years ago

delboy1978uk commented 5 years ago

If you call map() on the group, it prepends the prefix to the paths defined. However, if you add a group to a route through calling setParentGroup($group), it fails to do so. This pull request remedies that.