removed unnecessary variable from route.
This commit is contained in:
parent
71b0ab8b8d
commit
1cafc02d55
|
@ -37,7 +37,7 @@
|
||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
'GET /' => function($application)
|
'GET /' => function()
|
||||||
{
|
{
|
||||||
return View::make('home.index');
|
return View::make('home.index');
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue