@@ -37,9 +37,9 @@ return array(
|
*/
- 'GET /' => function($application)
+ 'GET /' => function()
{
return View::make('home.index');
},
-);
+);