Commit ad6a9e87 authored by Taylor Otwell's avatar Taylor Otwell

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

parents 425192a0 0f5252c5
......@@ -77,7 +77,7 @@ Event::listen('500', function()
|
| First, define a filter:
|
| Filter::register('filter', function()
| Route::filter('filter', function()
| {
| return 'Filtered!';
| });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment