Skip to content

Commit 2eb800f

Browse files
committed
Update inertia.php
1 parent 46b9e9e commit 2eb800f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/inertia.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666

6767
'history' => [
6868

69-
'encrypt' => false,
69+
'encrypt' => (bool) env('INERTIA_ENCRYPT_HISTORY', false),
7070

7171
],
7272

0 commit comments

Comments
 (0)