continued ioc refactoring.

This commit is contained in:
Taylor Otwell
2011-08-26 21:42:04 -05:00
parent fb3a0df0dd
commit 1e49001dfc
44 changed files with 1388 additions and 1046 deletions

View File

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