Browse Source

Changed the route filter in the comment.

Signed-off-by: Eric Barnes <eric@ericlbarnes.com>
Eric Barnes 13 years ago
parent
commit
0f5252c5e5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      application/routes.php

+ 1 - 1
application/routes.php

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