added facades for core classes.

This commit is contained in:
Taylor Otwell
2011-09-03 22:36:27 -05:00
parent 86da3af7a1
commit 31e2c1c49e
20 changed files with 135 additions and 69 deletions

View File

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