Apply fixes from StyleCI
This commit is contained in:
committed by
StyleCI Bot
parent
20f46adbc4
commit
9596d88b48
@@ -1,7 +1,6 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Default Session Driver
|
||||
@@ -16,18 +15,18 @@ return [
|
||||
|
|
||||
*/
|
||||
|
||||
'driver' => env('SESSION_DRIVER', 'file'),
|
||||
'lifetime' => 120,
|
||||
'driver' => env('SESSION_DRIVER', 'file'),
|
||||
'lifetime' => 120,
|
||||
'expire_on_close' => false,
|
||||
'encrypt' => false,
|
||||
'files' => storage_path('framework/sessions'),
|
||||
'connection' => null,
|
||||
'table' => 'sessions',
|
||||
'store' => null,
|
||||
'lottery' => [1, 100],
|
||||
'cookie' => 'phpvms_session',
|
||||
'path' => '/',
|
||||
'domain' => env('SESSION_DOMAIN', null),
|
||||
'secure' => false,
|
||||
'http_only' => true,
|
||||
'encrypt' => false,
|
||||
'files' => storage_path('framework/sessions'),
|
||||
'connection' => null,
|
||||
'table' => 'sessions',
|
||||
'store' => null,
|
||||
'lottery' => [1, 100],
|
||||
'cookie' => 'phpvms_session',
|
||||
'path' => '/',
|
||||
'domain' => env('SESSION_DOMAIN', null),
|
||||
'secure' => false,
|
||||
'http_only' => true,
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user