Parable PHP Framework 0.9.6
Pre-release
Pre-release
0.9.6
Bugfixes
\Parable\Routing\Route
now injects parameters correctly. This fixes a rare bug where a url with/a/{id}/b/{name}
would fail if both$id
and$name
had the same value.