Browse Source

Merge branch 'develop' of github.com:laravel/laravel into develop

Taylor Otwell 13 years ago
parent
commit
ad6a9e874d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      application/routes.php

+ 1 - 1
application/routes.php

@@ -77,7 +77,7 @@ Event::listen('500', function()
 |
 | First, define a filter:
 |
-|		Filter::register('filter', function()
+|		Route::filter('filter', function()
 |		{
 |			return 'Filtered!';
 |		});