Skip to content

Commit 4a3bb4d

Browse files
authored
Hotfix/v1.7.3 (alexjustesen#2403)
1 parent f18cdce commit 4a3bb4d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

config/session.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
|
1919
*/
2020

21-
'driver' => env('SESSION_DRIVER', 'cookie'),
21+
'driver' => env('SESSION_DRIVER', 'database'),
2222

2323
/*
2424
|--------------------------------------------------------------------------

config/speedtest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
/**
77
* General settings.
88
*/
9-
'build_date' => Carbon::parse('2025-11-10'),
9+
'build_date' => Carbon::parse('2025-11-11'),
1010

11-
'build_version' => 'v1.7.2',
11+
'build_version' => 'v1.7.3',
1212

1313
'content_width' => env('CONTENT_WIDTH', '7xl'),
1414

0 commit comments

Comments
 (0)