We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46b9e9e commit 2eb800fCopy full SHA for 2eb800f
config/inertia.php
@@ -66,7 +66,7 @@
66
67
'history' => [
68
69
- 'encrypt' => false,
+ 'encrypt' => (bool) env('INERTIA_ENCRYPT_HISTORY', false),
70
71
],
72
0 commit comments