refactoring the view class.

This commit is contained in:
Taylor Otwell
2011-09-25 22:13:43 -05:00
parent 886a6f4fac
commit bd4fe8838c
4 changed files with 74 additions and 79 deletions

View File

@@ -48,6 +48,6 @@ return array(
'Session' => 'Laravel\\Facades\\Session',
'Str' => 'Laravel\\Str',
'Validator' => 'Laravel\\Validation\\Validator',
'View' => 'Laravel\\View',
'View' => 'Laravel\\Facades\\View',
);