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

Commit aa349a6

Browse files
authored
Formatting.
1 parent 2f857cf commit aa349a6

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs/auth/rules.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,11 @@ For this example, we'll create a folder in our `app` directory containing our ru
1111

1212
With this example rule, we only want to allow LDAP users with the last name of `Doe` or if their Eloquent model was created after 2016:
1313

14-
> **Note**: For this example we're using the `DatabaseUserProvider`, which means we'll receive the local users Eloquent model
15-
> in the second argument. If you're using the `NoDatabaseUserProvider`, you will only receive the LDAP users model.
14+
> **Note**: For this example we're using the `DatabaseUserProvider` in our
15+
> `config/adldap_auth.php` file, which means we'll receive the local users
16+
> Eloquent model in the second argument. If you're using the
17+
> `NoDatabaseUserProvider`, you will only receive
18+
> the LDAP users model.
1619
1720
```php
1821
namespace App\Rules;

0 commit comments

Comments
 (0)