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

Commit 38127ba

Browse files
authored
Update multiple-connections.md
1 parent b174559 commit 38127ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/auth/multiple-connections.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ return redirect()
2727
->with(['message' => 'Your credentials are incorrect.']);
2828
```
2929

30-
Or, if you'd like to all of your LDAP connections:
30+
Or, if you'd like to authenticate against all of your configured LDAP connections:
3131

3232
```php
3333
$connections = config('adldap.connections');

0 commit comments

Comments
 (0)