Skip to content
This repository was archived by the owner on May 22, 2024. It is now read-only.

Commit 3306807

Browse files
committed
typo in the docs
1 parent 9f88607 commit 3306807

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/session.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ using *autoload* in the plugin's configuration.
1616
The session is available as the *session* key in the global store. Of course,
1717
it still remains available as the `$_SESSION` super-global variable.
1818

19-
echo Atomik::get('session/username');
19+
echo Atomik::get('session.username');
2020

2121
## Flash messages
2222

0 commit comments

Comments
 (0)