Skip to content

Commit 8c68ae5

Browse files
committed
Update SessionKey.php
1 parent 5e2d822 commit 8c68ae5

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/Support/SessionKey.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,9 @@ class SessionKey
1313
* Session key for flash data.
1414
*/
1515
public const FLASH_DATA = 'inertia.flash_data';
16+
17+
/**
18+
* Session key for preserving the URL fragment.
19+
*/
20+
public const PRESERVE_FRAGMENT = 'inertia.preserve_fragment';
1621
}

0 commit comments

Comments
 (0)