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

This commit is contained in:
Taylor Otwell 2012-02-28 09:30:56 -06:00
commit ad6a9e874d
1 changed files with 1 additions and 1 deletions

View File

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