From 0f5252c5e5524ed64484c57f7cc482f433e6d362 Mon Sep 17 00:00:00 2001 From: Eric Barnes Date: Tue, 28 Feb 2012 10:00:40 -0500 Subject: [PATCH] Changed the route filter in the comment. Signed-off-by: Eric Barnes --- application/routes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/routes.php b/application/routes.php index 80e383b2..1f19976d 100644 --- a/application/routes.php +++ b/application/routes.php @@ -77,7 +77,7 @@ | | First, define a filter: | -| Filter::register('filter', function() +| Route::filter('filter', function() | { | return 'Filtered!'; | });