refactoring the session class.
This commit is contained in:
@@ -40,7 +40,7 @@ return array(
|
||||
|
|
||||
*/
|
||||
|
||||
'key' => '',
|
||||
'key' => 'SomethingElse',
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
@@ -135,7 +135,7 @@ return array(
|
||||
'Redis' => 'Laravel\\Redis',
|
||||
'Request' => 'Laravel\\Request',
|
||||
'Response' => 'Laravel\\Response',
|
||||
'Session' => 'Laravel\\Facades\\Session',
|
||||
'Session' => 'Laravel\\Session',
|
||||
'Str' => 'Laravel\\Str',
|
||||
'Validator' => 'Laravel\\Validation\\Validator',
|
||||
'View' => 'Laravel\\View',
|
||||
|
||||
Reference in New Issue
Block a user