Revert "fix" (#6646)

This reverts commit dd473eaddc.
This commit is contained in:
Robert Boes
2025-07-28 16:49:50 +02:00
committed by GitHub
parent efc90e285e
commit 902200e7aa

View File

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