diff --git a/application/routes.php b/application/routes.php index 2135969b..2892da90 100644 --- a/application/routes.php +++ b/application/routes.php @@ -83,7 +83,7 @@ Event::listen('500', function() | | Next, attach the filter to a route: | -| Router::register('GET /', array('before' => 'filter', function() +| Route::get('/', array('before' => 'filter', function() | { | return 'Hello World!'; | }));