From 48419ad321356c3be5200d6d449fc43e530eaf29 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Sun, 10 Jul 2011 23:21:33 -0500 Subject: [PATCH] tweaking routes. --- application/routes.php | 1 - 1 file changed, 1 deletion(-) diff --git a/application/routes.php b/application/routes.php index 6f5afff2..229a673a 100644 --- a/application/routes.php +++ b/application/routes.php @@ -17,7 +17,6 @@ return array( 'GET /' => function() { - $this-> return View::make('home/index'); },