We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f18cdce commit 4a3bb4dCopy full SHA for 4a3bb4d
config/session.php
@@ -18,7 +18,7 @@
18
|
19
*/
20
21
- 'driver' => env('SESSION_DRIVER', 'cookie'),
+ 'driver' => env('SESSION_DRIVER', 'database'),
22
23
/*
24
|--------------------------------------------------------------------------
config/speedtest.php
@@ -6,9 +6,9 @@
6
/**
7
* General settings.
8
9
- 'build_date' => Carbon::parse('2025-11-10'),
+ 'build_date' => Carbon::parse('2025-11-11'),
10
11
- 'build_version' => 'v1.7.2',
+ 'build_version' => 'v1.7.3',
12
13
'content_width' => env('CONTENT_WIDTH', '7xl'),
14
0 commit comments