Skip to content

Commit 9f16815

Browse files
committed
Use filesystem
1 parent 2642b63 commit 9f16815

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/session.config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
return #[ConfigModule(name: 'session', enabled: true, priority: 100, belongsTo: SessionPackage::class)]
2727
static fn() => [
28-
'default' => env('SESSION_DEFAULT') ?: 'database',
28+
'default' => env('SESSION_DEFAULT') ?: 'filesystem',
2929

3030
'cookie_params' => [
3131
'expires' => '+150minutes',

0 commit comments

Comments
 (0)