refactoring the view class.
This commit is contained in:
@@ -48,6 +48,6 @@ return array(
|
||||
'Session' => 'Laravel\\Facades\\Session',
|
||||
'Str' => 'Laravel\\Str',
|
||||
'Validator' => 'Laravel\\Validation\\Validator',
|
||||
'View' => 'Laravel\\View',
|
||||
'View' => 'Laravel\\Facades\\View',
|
||||
|
||||
);
|
||||
Reference in New Issue
Block a user