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

Commit 3ae7782

Browse files
committed
Fix typo
1 parent 50c3b7b commit 3ae7782

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
@@ -179,7 +179,7 @@ attributes here, however be sure that your database table contains the key you'v
179179
#### Binding the Adldap User Model to the Laravel User Model
180180

181181
> **Note**: Before we begin, enabling this option will perform a single query on your AD server for a logged in user
182-
**per request**. Eloquent already does this for authentication, however this could lead to slightly slower load times
182+
**per request**. Eloquent already does this for authentication, however this could lead to slightly longer load times
183183
(depending on your AD server speed of course).
184184

185185
Inside your `config/adldap_auth.php` file there is a configuration option named `bind_user_to_model`. Setting this to

0 commit comments

Comments
 (0)