refactoring the routing engine.

This commit is contained in:
Taylor Otwell
2011-09-04 22:40:33 -05:00
parent 3e874867b8
commit d35e2abd77
8 changed files with 243 additions and 217 deletions

View File

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