fix bug in route.

This commit is contained in:
Taylor Otwell 2012-02-28 09:30:43 -06:00
parent 5325acac64
commit 425192a05d
1 changed files with 2 additions and 0 deletions

View File

@ -191,6 +191,8 @@ protected function filters($event)
*/ */
protected function patterns() protected function patterns()
{ {
$filters = array();
// We will simply iterate through the registered patterns and // We will simply iterate through the registered patterns and
// check the URI pattern against the URI for the route and // check the URI pattern against the URI for the route and
// if they match we'll attach the filter. // if they match we'll attach the filter.