fix bug in route.

This commit is contained in:
Taylor Otwell
2012-02-28 09:30:43 -06:00
parent 5325acac64
commit 425192a05d

View File

@@ -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.