Skip to content

Commit dd9fc4e

Browse files
committed
Update docs
1 parent fc0322d commit dd9fc4e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@ class Home extends Controller
6666

6767
> Note: Be sure to load the helper file (`helper('preferences')`) before using the helper function.
6868
69+
`preference()` will retrieve and store contextual settings for the current authenticated user.
70+
If no user is authenticated then it will fall back on the `Session` class with semi-persistent
71+
settings for as long as the session lasts.
72+
6973
## Troubleshooting
7074

7175
`Preferences` is a very "thin" library conjoining `Settings` and your authentication library

0 commit comments

Comments
 (0)