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
1 changed files with 1 additions and 1 deletions

View File

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