skipperbent / simple-php-router

Simple, fast and yet powerful PHP router that is easy to get integrated and in any project. Heavily inspired by the way Laravel handles routing, with both simplicity and expand-ability in mind.
654 stars 123 forks source link

Fixed Route::setUrl() behavior #664

Closed SunflowerFuchs closed 1 year ago

SunflowerFuchs commented 1 year ago

When there are no parameters in the url, correctly empty the routes parameter array.

Fixes #663

skipperbent commented 1 year ago

Great work and thanks for the contribution i will make sure it gets added in next upcoming release.