diff --git a/laravel/routing/route.php b/laravel/routing/route.php index d926ac89..4f4896df 100644 --- a/laravel/routing/route.php +++ b/laravel/routing/route.php @@ -191,6 +191,8 @@ protected function filters($event) */ 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.