Merge branch 'develop' of github.com:laravel/laravel into develop
This commit is contained in:
commit
ad6a9e874d
|
@ -77,7 +77,7 @@
|
|||
|
|
||||
| First, define a filter:
|
||||
|
|
||||
| Filter::register('filter', function()
|
||||
| Route::filter('filter', function()
|
||||
| {
|
||||
| return 'Filtered!';
|
||||
| });
|
||||
|
|
Loading…
Reference in New Issue