tweaking routes.

This commit is contained in:
Taylor Otwell
2011-07-10 23:21:33 -05:00
parent 95528adab5
commit 48419ad321

View File

@@ -17,7 +17,6 @@ return array(
'GET /' => function() 'GET /' => function()
{ {
$this->
return View::make('home/index'); return View::make('home/index');
}, },