tweaking routes.

This commit is contained in:
Taylor Otwell 2011-07-10 23:21:33 -05:00
parent 95528adab5
commit 48419ad321
1 changed files with 0 additions and 1 deletions

View File

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