Added comment with link

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2023-07-12 20:08:20 +01:00
parent c1c2c38995
commit 5d60a38a0e

View file

@ -169,6 +169,7 @@ return [
| - localStorage: use this if you have a LOT of custom fields and are getting a REQUEST TOO LARGE error
| - sessionStorage
|
| More info: https://bootstrap-table.com/docs/extensions/cookie/#cookiestorage
*/
'bs_table_storage' => env('BS_TABLE_STORAGE', 'cookieStorage'),