mirror of
https://github.com/laravel/laravel.git
synced 2025-02-20 11:53:14 +08:00
formatting
This commit is contained in:
parent
28719679b7
commit
df5b100521
@ -122,7 +122,10 @@ return [
|
||||
|
|
||||
*/
|
||||
|
||||
'cookie' => env('SESSION_COOKIE', str_slug(env('APP_NAME', 'laravel'), '_').'_session'),
|
||||
'cookie' => env(
|
||||
'SESSION_COOKIE',
|
||||
str_slug(env('APP_NAME', 'laravel'), '_').'_session'
|
||||
),
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user