Skip to content
This repository was archived by the owner on Jul 24, 2023. It is now read-only.

Commit e7a33c1

Browse files
committed
Small tweak.
1 parent aa1e8f1 commit e7a33c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ of attributes where the key is the `User` model attribute, and the value is the
277277
By default, the `User` models `name` attribute is synchronized to the AD users `cn` attribute. This means, upon login,
278278
the users `name` attribute on Laravel `User` Model will be set to the active directory common name (`cn`) attribute, **then saved**.
279279

280-
Feel free to add more attributes here, however be sure that your database table contains the key you've entered.
280+
Feel free to add more attributes here, however be sure that your `users` database table contains the key you've entered.
281281

282282
##### Sync Attribute Callbacks
283283

0 commit comments

Comments
 (0)