mirror of
https://github.com/v2board/v2board.git
synced 2025-06-12 20:47:56 +08:00
format
This commit is contained in:
@ -126,7 +126,7 @@ return [
|
||||
|
||||
'cookie' => env(
|
||||
'SESSION_COOKIE',
|
||||
Str::slug(env('APP_NAME', 'laravel'), '_').'_session'
|
||||
Str::slug(env('APP_NAME', 'laravel'), '_') . '_session'
|
||||
),
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user