refactoring container for speed.

This commit is contained in:
Taylor Otwell
2011-10-05 18:32:48 -05:00
parent 4263203dda
commit 71b0ab8b8d
32 changed files with 1221 additions and 1486 deletions

View File

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