Commit 425192a0 by Taylor Otwell

fix bug in route.

parent 5325acac
......@@ -191,6 +191,8 @@ class Route {
*/
protected function patterns()
{
$filters = array();
// We will simply iterate through the registered patterns and
// check the URI pattern against the URI for the route and
// if they match we'll attach the filter.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment