Skip to content

Commit

Permalink
Default to localStorage for bootstap table cookies
Browse files Browse the repository at this point in the history
Signed-off-by: snipe <[email protected]>
  • Loading branch information
snipe committed Jan 22, 2025
1 parent 802fcba commit 36f460d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/session.php
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
| More info: https://bootstrap-table.com/docs/extensions/cookie/#cookiestorage
*/

'bs_table_storage' => env('BS_TABLE_STORAGE', 'cookieStorage'),
'bs_table_storage' => env('BS_TABLE_STORAGE', 'localStorage'),


/*
Expand Down

0 comments on commit 36f460d

Please sign in to comment.