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

Commit d965bb1

Browse files
committed
Tiny change
1 parent 1eb9d93 commit d965bb1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,7 @@ attributes here, however be sure that your database table contains the key you'v
130130
#### Binding the Adldap User Model to the Laravel User Model
131131

132132
> **Note**: Before we begin, enabling this option will perform a single query on your AD server for a logged in user
133-
**per request**. Eloquent already does this for authentication, however this could lead to slightly slower load times
134-
due to this.
133+
**per request**. Eloquent already does this for authentication, however this could lead to slightly slower load times.
135134

136135
Inside your `config/adldap_auth.php` file there is a configuration option named `bind_user_to_model`. Setting this to
137136
true sets the `adldapUser` property on your configured auth User model to the Adldap User model. For example:

0 commit comments

Comments
 (0)