Changed the route filter in the comment.

Signed-off-by: Eric Barnes <eric@ericlbarnes.com>
This commit is contained in:
Eric Barnes
2012-02-28 10:00:40 -05:00
parent 9954482194
commit 0f5252c5e5

View File

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