Commit ad6a9e87 by Taylor Otwell

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

parents 425192a0 0f5252c5
...@@ -77,7 +77,7 @@ Event::listen('500', function() ...@@ -77,7 +77,7 @@ Event::listen('500', function()
| |
| First, define a filter: | First, define a filter:
| |
| Filter::register('filter', function() | Route::filter('filter', function()
| { | {
| return 'Filtered!'; | 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