remove session key

This commit is contained in:
Taylor Otwell
2022-02-04 09:34:38 -06:00
parent 8819ee7097
commit 939b0ce9ba

View File

@@ -48,21 +48,6 @@ return [
'encrypt' => false, 'encrypt' => false,
/*
|--------------------------------------------------------------------------
| Session Serialization
|--------------------------------------------------------------------------
|
| The session serialization strategy determines how the array of session
| data will get serialized into a string for storage. Typically, JSON
| serialization will be fine unless PHP objects are in the session.
|
| Supported: "json", "php"
|
*/
'serialization' => 'json',
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------
| Session File Location | Session File Location