Skip to content

Commit 36f460d

Browse files
committed
Default to localStorage for bootstap table cookies
Signed-off-by: snipe <[email protected]>
1 parent 802fcba commit 36f460d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/session.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@
172172
| More info: https://bootstrap-table.com/docs/extensions/cookie/#cookiestorage
173173
*/
174174

175-
'bs_table_storage' => env('BS_TABLE_STORAGE', 'cookieStorage'),
175+
'bs_table_storage' => env('BS_TABLE_STORAGE', 'localStorage'),
176176

177177

178178
/*

0 commit comments

Comments
 (0)