config/session.php: default to bingo instead of laravel as APP_NAME env variable.
This commit is contained in:
parent
8a99ba772d
commit
9286aca3d4
1 changed files with 1 additions and 1 deletions
|
|
@ -128,7 +128,7 @@ return [
|
|||
|
||||
'cookie' => env(
|
||||
'SESSION_COOKIE',
|
||||
Str::slug(env('APP_NAME', 'laravel'), '_').'_session'
|
||||
Str::slug(env('APP_NAME', 'bingo'), '_').'_session'
|
||||
),
|
||||
|
||||
/*
|
||||
|
|
|
|||
Reference in a new issue