diff --git a/application/filters.php b/application/filters.php index 2eb68c80..09cf9506 100644 --- a/application/filters.php +++ b/application/filters.php @@ -29,7 +29,7 @@ return array( | | Next, attach the filter to a route: | - | 'GET /' => array('before' => 'simple_filter', 'do' => function() + | 'GET /' => array('before' => 'simple_filter', function() | { | return 'Hello World!'; | })