Commit 0f5252c5 authored by Eric Barnes's avatar Eric Barnes

Changed the route filter in the comment.

Signed-off-by: 's avatarEric Barnes <eric@ericlbarnes.com>
parent 99544821
...@@ -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