Commit 1cafc02d authored by Taylor Otwell's avatar Taylor Otwell

removed unnecessary variable from route.

parent 71b0ab8b
......@@ -37,9 +37,9 @@ return array(
|
*/
'GET /' => function($application)
'GET /' => function()
{
return View::make('home.index');
},
);
\ No newline at end of file
);
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment