This commit is contained in:
Taylor Otwell 2025-07-02 18:42:49 -04:00 committed by Yury Pikhtarev
commit eeb61089b0
No known key found for this signature in database

View file

@ -129,7 +129,7 @@ return [
'cookie' => env( 'cookie' => env(
'SESSION_COOKIE', 'SESSION_COOKIE',
Str::slug(env('APP_NAME', 'laravel')).'-session' Str::snake((string) env('APP_NAME', 'laravel')).'_session'
), ),
/* /*